We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8869f1 commit 143c8b6Copy full SHA for 143c8b6
.github/workflows/ci.yml
@@ -8,9 +8,9 @@ on:
8
pull_request:
9
10
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
+ linux_ubuntu_22:
+ name: Linux Ubuntu 22.04 (${{ matrix.backend }})
+ runs-on: ubuntu-22.04 # for OpenSSL 3.0.2
14
strategy:
15
fail-fast: false
16
matrix:
@@ -36,7 +36,7 @@ jobs:
36
37
linux_ubuntu_24:
38
name: Linux Ubuntu 24.04 (${{ matrix.backend }})
39
- runs-on: ubuntu-24.04 # for OpenSSL 3.0 and Botan 2.19
+ runs-on: ubuntu-24.04 # for OpenSSL 3.0.13
40
41
42
0 commit comments