Skip to content

Commit

Permalink
Use version instead of latest for runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 26, 2025
1 parent 68e5725 commit 61cd8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node: [18, 20, 22]
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-24.04, macOS-14, windows-2022]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
name: Test on deno
container:
image: denoland/deno:debian
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- run: apt update && apt install -y curl
Expand Down

0 comments on commit 61cd8bb

Please sign in to comment.