Skip to content

Commit

Permalink
ci: update OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Apr 17, 2023
1 parent f6326de commit b38820e
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 @@ -18,25 +18,25 @@ jobs:
build: [pinned, stable, beta, nightly, macos, win-msvc, win-gnu]
include:
- build: pinned
os: ubuntu-22.04
os: ubuntu-latest
rust: 1.60.0
- build: stable
os: ubuntu-22.04
os: ubuntu-latest
rust: stable
- build: beta
os: ubuntu-22.04
os: ubuntu-latest
rust: beta
- build: nightly
os: ubuntu-22.04
os: ubuntu-latest
rust: nightly
- build: macos
os: macos-12
os: macos-latest
rust: stable
- build: win-msvc
os: windows-2022
os: windows-latest
rust: stable
- build: win-gnu
os: windows-2022
os: windows-latest
rust: stable-x86_64-gnu
steps:
- name: Checkout repository
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

rustfmt:
name: rustfmt
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -97,7 +97,7 @@ jobs:

miri:
name: miri
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b38820e

Please sign in to comment.