Skip to content

Commit 143c8b6

Browse files
committed
Bump Ubuntu 20.04 CI to 22.04
The 20.04 is no longer available
1 parent f8869f1 commit 143c8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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:
@@ -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)