Skip to content

Commit 0f2bffa

Browse files
committed
Bump Ubuntu 20.04 CI to 22.04
The 20.04 is no longer available
1 parent d42b947 commit 0f2bffa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
pull_request:
99

1010
jobs:
11-
linux_ubuntu_20:
12-
name: Linux Ubuntu 20.04 (${{ matrix.backend }})
13-
runs-on: ubuntu-20.04 # for OpenSSL 1.1.1 and Botan 2.12
11+
linux_ubuntu_22:
12+
name: Linux Ubuntu 22.04 (${{ matrix.backend }})
13+
runs-on: ubuntu-22.04 # for OpenSSL 3.0.2
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt install libcppunit-dev libbotan-2-dev p11-kit
2626
- name: Build
2727
env:
28-
CXXFLAGS: -Werror -DBOTAN_NO_DEPRECATED_WARNINGS
28+
CXXFLAGS: -DBOTAN_NO_DEPRECATED_WARNINGS
2929
run: |
3030
./autogen.sh
3131
./configure --with-crypto-backend=${{ matrix.backend }}
@@ -36,7 +36,7 @@ jobs:
3636
3737
linux_ubuntu_24:
3838
name: Linux Ubuntu 24.04 (${{ matrix.backend }})
39-
runs-on: ubuntu-24.04 # for OpenSSL 3.0 and Botan 2.19
39+
runs-on: ubuntu-24.04 # for OpenSSL 3.0.13
4040
strategy:
4141
fail-fast: false
4242
matrix:

0 commit comments

Comments
 (0)