mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: re-introduce running CI on ubuntu-latest (#1837)
This commit is contained in:
committed by
GitHub
parent
0b7205da66
commit
3f342a7c0a
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@ -16,10 +16,8 @@ concurrency:
|
||||
name: integration
|
||||
jobs:
|
||||
test:
|
||||
# Pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete
|
||||
# See also <https://github.com/foundry-rs/foundry/issues/3827>
|
||||
name: test (partition ${{ matrix.partition }}/${{ strategy.job-total }})
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
partition: [1, 2]
|
||||
|
||||
Reference in New Issue
Block a user