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 88 pull_request :
99
1010jobs :
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 :
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 }}
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 :
You can’t perform that action at this time.
0 commit comments