mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +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
1 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue