Skip to content

Commit d43f45a

Browse files
committed
test changes for 24.04 ubuntu github action migration
Move 24.04 to first in matrix to try to get it to run earlier as I only run 4 builds in parallel. [skip travis]
1 parent 1337972 commit d43f45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
#os: [ubuntu-latest, macos-latest, windows-latest]
6666
# ubuntu latest 22.04 12/2022
6767
# ubuntu latest 24.04 12/2024
68-
os: [ubuntu-latest, ubuntu-20.04, ubuntu-24.04]
68+
os: [ubuntu-24.04, ubuntu-latest, ubuntu-20.04]
6969

7070
# if the ones above fail. fail the build
7171
experimental: [ false ]

0 commit comments

Comments
 (0)