Skip to content

Commit 1337972

Browse files
committed
test changes for 24.04 ubuntu github action migration
Remove ubuntu-22.04 explicitly. It was running 22.04 as both ubuntu-latest and ubuntu-22.04. I had expected it to realise that was a duplicate job (for latest == 22.04) and not run it. [skip travis]
1 parent ff274fb commit 1337972

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-22.04, ubuntu-20.04, ubuntu-24.04]
68+
os: [ubuntu-latest, ubuntu-20.04, ubuntu-24.04]
6969

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

0 commit comments

Comments
 (0)