Skip to content

Commit

Permalink
ci: use latest OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed May 23, 2023
1 parent b065b9b commit 681b15d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@ jobs:
- win-gnu
include:
- build: pinned
os: ubuntu-18.04
os: ubuntu-latest
rust: 1.60.0
- build: stable
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
- build: stable-32
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
target: i686-unknown-linux-gnu
- build: stable-mips
os: ubuntu-18.04
os: ubuntu-latest
rust: stable
target: mips64-unknown-linux-gnuabi64
- build: beta
os: ubuntu-18.04
os: ubuntu-latest
rust: beta
- build: nightly
os: ubuntu-18.04
os: ubuntu-latest
rust: nightly
- build: macos
os: macos-latest
rust: stable
- build: win-msvc
os: windows-2019
os: windows-latest
rust: stable
- build: win-gnu
os: windows-2019
os: windows-latest
rust: stable-x86_64-gnu
steps:
- name: Checkout repository
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

rustfmt:
name: rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 681b15d

Please sign in to comment.