Skip to content

Commit 5509ec3

Browse files
committed
Update CI
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 67b1a2f commit 5509ec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
linux-tests:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
valgrind:
@@ -46,7 +46,7 @@ jobs:
4646
cat test-suite*.log || true
4747
4848
xssl-tests:
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050
strategy:
5151
matrix:
5252
xssl_versions:
@@ -142,7 +142,7 @@ jobs:
142142
cat testerr.log || true
143143
144144
code-style:
145-
runs-on: ubuntu-20.04
145+
runs-on: ubuntu-24.04
146146
name: Check coding style
147147
continue-on-error: true
148148
steps:

0 commit comments

Comments
 (0)