File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 13
13
- v[0-9]+.[0-9]+.[0-9]+
14
14
15
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
16
jobs :
18
17
setup :
19
18
runs-on : ubuntu-latest
@@ -43,12 +42,11 @@ jobs:
43
42
strategy :
44
43
fail-fast : false
45
44
matrix :
46
- runner : [ ubuntu-20 .04, ubuntu-24 .04-arm ]
45
+ runner : [ ubuntu-22 .04, ubuntu-22 .04-arm ]
47
46
include :
48
- - runner : ubuntu-20 .04
47
+ - runner : ubuntu-22 .04
49
48
arch : x86_64
50
- cc : gcc-10
51
- - runner : ubuntu-24.04-arm
49
+ - runner : ubuntu-22.04-arm
52
50
arch : arm64
53
51
runs-on : ${{ matrix.runner }}
54
52
env :
62
60
# Perform a full checkout #13471
63
61
fetch-depth : 0
64
62
- run : ./.github/scripts/install_deps.sh
63
+ - run : sudo apt-get install -y libfuse2
65
64
- run : echo "CMAKE_BUILD_TYPE=${{ needs.setup.outputs.build_type }}" >> $GITHUB_ENV
66
- - if : matrix.arch == 'arm64'
67
- run : sudo apt-get update && sudo apt-get install -y libfuse2t64
68
65
- name : appimage
69
66
run : |
70
67
./scripts/genappimage.sh ${{ needs.setup.outputs.appimage_tag }}
You can’t perform that action at this time.
0 commit comments