Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 8142:77117642b96a
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]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 11:09:23 -0500 |
| parents | 715ab3719662 |
| children | 170a723f268f |
comparison
equal
deleted
inserted
replaced
| 8141:715ab3719662 | 8142:77117642b96a |
|---|---|
| 63 | 63 |
| 64 # use for multiple os or ubuntu versions | 64 # use for multiple os or ubuntu versions |
| 65 #os: [ubuntu-latest, macos-latest, windows-latest] | 65 #os: [ubuntu-latest, macos-latest, windows-latest] |
| 66 # ubuntu latest 22.04 12/2022 | 66 # ubuntu latest 22.04 12/2022 |
| 67 # ubuntu latest 24.04 12/2024 | 67 # 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] |
| 69 | 69 |
| 70 # if the ones above fail. fail the build | 70 # if the ones above fail. fail the build |
| 71 experimental: [ false ] | 71 experimental: [ false ] |
| 72 | 72 |
| 73 include: | 73 include: |
