Skip to content

Commit

Permalink
chore(ci): Use latest OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 4, 2024
1 parent f92da8e commit b452fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-latest, macos-latest, windows-latest]
allow-net: [true, false]
fail-fast: false
defaults:
Expand Down

0 comments on commit b452fa4

Please sign in to comment.