diff options
| author | sfan5 <sfan5@live.de> | 2023-04-08 17:22:55 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2023-04-08 17:27:28 +0200 |
| commit | 7bfea9b0fe811f0356d3a61fc2a1adb72db190b7 (patch) | |
| tree | 512bbf1696f2bcd0fe0f0260da2d80f8e4d2141a | |
| parent | ba2fee07518d9c6154799b61ba1b14a2cb43ace7 (diff) | |
| download | minetest-7bfea9b0fe811f0356d3a61fc2a1adb72db190b7.tar.xz | |
Disable ubuntu-18.04 CI workflows
the base image has been removed by Github, we can see how to fix these later
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7a78b568..32f458819 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
