Skip to content

Commit

Permalink
Use ubuntu latest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourassa committed May 25, 2023
1 parent 987a72d commit 8a9b572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
rust: ["stable", "beta", "nightly"]
os: [ubuntu-18.04, macos-latest]
os: [ubuntu-latest, macos-latest]
name: Cargo test
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
run: cargo test --all --tests --examples
wasm_build:
name: Cargo build for wasm
runs-on: ubuntu-18.04
runs-on: unbuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 8a9b572

Please sign in to comment.