mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Disable ubuntu-18.04 CI workflows
the base image has been removed by Github, we can see how to fix these later
This commit is contained in:
parent
ba2fee0751
commit
7bfea9b0fe
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
# Older gcc version (should be close to our minimum supported version)
|
||||
gcc_5:
|
||||
runs-on: ubuntu-18.04
|
||||
if: "false" # FIXME
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install deps
|
||||
@ -78,6 +79,7 @@ jobs:
|
||||
# Older clang version (should be close to our minimum supported version)
|
||||
clang_3_9:
|
||||
runs-on: ubuntu-18.04
|
||||
if: "false" # FIXME
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install deps
|
||||
|
Loading…
Reference in New Issue
Block a user