Skip to content

Commit

Permalink
use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed Oct 18, 2024
1 parent 70b0fc8 commit 798a29f
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-22.04-xl]
os: [macOS-latest, windows-latest, ubuntu-latest]

env:
DENO_FUTURE: ${{ matrix.deno == 'old' && '1' || '0' }}
Expand Down

0 comments on commit 798a29f

Please sign in to comment.