Skip to content

Commit

Permalink
!fixup actually use 16 core instance for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Aug 7, 2024
1 parent cfa7c8d commit ce01981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
rust: [msrv, latest]
test-protocol: [20, 21]
sys:
- os: ubuntu-latest-16-cores
- os: ubuntu-latest
target: wasm32-unknown-unknown
test: false
- os: ubuntu-latest
- os: ubuntu-latest-16-cores
target: x86_64-unknown-linux-gnu
test: true
# TODO: Re-enable these builds if we see value in doing so.
Expand Down

0 comments on commit ce01981

Please sign in to comment.