Skip to content

Commit

Permalink
see if using the latest ubuntu provides CI runners faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 16, 2023
1 parent 1912915 commit b7009ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-platform-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
build: [linux, linux-arm, macos, win-msvc, win-gnu]
include:
- build: linux
os: ubuntu-18.04
os: ubuntu-latest
rust: nightly
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
os: ubuntu-latest
rust: nightly
target: arm-unknown-linux-gnueabihf
- build: macos
Expand Down

0 comments on commit b7009ac

Please sign in to comment.