Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 8143:170a723f268f
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]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Nov 2024 11:12:23 -0500 |
| parents | 77117642b96a |
| children | 9b1295fe95c0 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Nov 10 11:09:23 2024 -0500 +++ b/.github/workflows/ci-test.yml Sun Nov 10 11:12:23 2024 -0500 @@ -65,7 +65,7 @@ #os: [ubuntu-latest, macos-latest, windows-latest] # ubuntu latest 22.04 12/2022 # ubuntu latest 24.04 12/2024 - os: [ubuntu-latest, ubuntu-20.04, ubuntu-24.04] + os: [ubuntu-24.04, ubuntu-latest, ubuntu-20.04] # if the ones above fail. fail the build experimental: [ false ]
