Skip to content

Commit ef672fc

Browse files
committed
[GHA] Run on Ubuntu 24.04
Signed-off-by: Stefan Marr <[email protected]>
1 parent 5a678e0 commit ef672fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test_soms:
7-
runs-on: ubuntu-20.04 # ubuntu-latest
7+
runs-on: ubuntu-24.04 # ubuntu-latest
88
continue-on-error: ${{ matrix.not-up-to-date }}
99
strategy:
1010
fail-fast: false # we want all jobs to run, because they may fail independently

0 commit comments

Comments
 (0)