Skip to content

Commit

Permalink
ci: update ubuntu to 22.04-xl (#1140)
Browse files Browse the repository at this point in the history
This commit updates CI to use ubuntu-22.04-xl runners as 20.04-xl will get shut down soon.
  • Loading branch information
magurotuna authored Mar 14, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
io7m Mark Raynsford
1 parent aa407aa commit 9d70942
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [macOS-latest, ubuntu-20.04-xl, windows-2019]
os: [macOS-latest, ubuntu-22.04-xl, windows-2019]

env:
CARGO_INCREMENTAL: 0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
jobs:
rust:
name: release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-xl
timeout-minutes: 30

steps:

0 comments on commit 9d70942

Please sign in to comment.