Skip to content

Commit

Permalink
chore: remove xl runners (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 22, 2023
1 parent 57df167 commit 38ec887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [macOS-latest, ubuntu-22.04-xl, windows-2019]
os: [macOS-latest, ubuntu-latest, windows-2019]

env:
CARGO_INCREMENTAL: 0
Expand All @@ -27,7 +27,7 @@ jobs:
submodules: true
persist-credentials: false

- uses: dtolnay/rust-toolchain@stable
- uses: dsherret/rust-toolchain-file@v1

- name: Install Deno
uses: denoland/setup-deno@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
rust:
name: release
runs-on: ubuntu-22.04-xl
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 38ec887

Please sign in to comment.