Skip to content

Commit

Permalink
chore: use ubuntu 22 on CI (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna authored May 15, 2023
1 parent 3c0c2ab commit f15f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# Test on the oldest supported, the latest stable, and nightly
deno: [old, stable, canary]
os: [macOS-latest, windows-latest, ubuntu-20.04-xl]
os: [macOS-latest, windows-latest, ubuntu-22.04-xl]

steps:
- name: Setup repo
Expand Down

0 comments on commit f15f138

Please sign in to comment.