We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93480f7 commit eebffa5Copy full SHA for eebffa5
.github/workflows/release.yml
@@ -13,7 +13,6 @@ on:
13
- v[0-9]+.[0-9]+.[0-9]+
14
15
# Build on the oldest supported images, so we have broader compatibility
16
-# Build with gcc-10 to prevent triggering #14150 (default is still gcc-9 on 20.04)
17
jobs:
18
setup:
19
runs-on: ubuntu-latest
@@ -43,12 +42,11 @@ jobs:
43
42
strategy:
44
fail-fast: false
45
matrix:
46
- runner: [ ubuntu-20.04, ubuntu-24.04-arm ]
+ runner: [ ubuntu-22.04, ubuntu-22.04-arm ]
47
include:
48
- - runner: ubuntu-20.04
+ - runner: ubuntu-22.04
49
arch: x86_64
50
- cc: gcc-10
51
- - runner: ubuntu-24.04-arm
+ - runner: ubuntu-22.04-arm
52
arch: arm64
53
runs-on: ${{ matrix.runner }}
54
env:
0 commit comments