File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 include :
14- - os : ubuntu-20 .04
14+ - os : ubuntu-22 .04
1515 platform : x64
16- - os : ubuntu-20 .04
16+ - os : ubuntu-22 .04
1717 platform : x64
1818 container : alpine
1919 - os : macOS-latest
@@ -29,12 +29,12 @@ jobs:
2929 fetch-depth : 10
3030
3131 - name : Prepare (Linux)
32- if : matrix.os == 'ubuntu-20 .04' && matrix.container != 'alpine'
32+ if : matrix.os == 'ubuntu-22 .04' && matrix.container != 'alpine'
3333 run : |
3434 sudo apt-get install libtool-bin libtomcrypt1 libtomcrypt-dev libtommath1 libtommath-dev libicu-dev zlib1g-dev
3535
3636 - name : Build (Linux)
37- if : matrix.os == 'ubuntu-20 .04' && matrix.container != 'alpine'
37+ if : matrix.os == 'ubuntu-22 .04' && matrix.container != 'alpine'
3838 run : |
3939 CC=clang CXX=clang++ ./autogen.sh --enable-binreloc --prefix=/opt/firebird
4040 make -j4
@@ -140,7 +140,7 @@ jobs:
140140 run_all.bat JUSTBUILD
141141
142142 - name : Upload (Linux)
143- if : matrix.os == 'ubuntu-20 .04' && matrix.container != 'alpine'
143+ if : matrix.os == 'ubuntu-22 .04' && matrix.container != 'alpine'
144144 uses : actions/upload-artifact@master
145145 with :
146146 name : firebird-linux
You can’t perform that action at this time.
0 commit comments