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:
sfan5 2023-04-08 17:22:55 +02:00
parent ba2fee0751
commit 7bfea9b0fe
1 changed files with 2 additions and 0 deletions

View File

@ -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