Skip to content

Commit 4a0959d

Browse files
committed
Update the Ubuntu runners to v22.04
1 parent 02b1d2c commit 4a0959d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
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

0 commit comments

Comments
 (0)