Skip to content

Commit 141a51d

Browse files
committed
Use explicit ubuntu version
1 parent a0d8024 commit 141a51d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
lint:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
outputs:
1111
version: ${{ steps.version.outputs.version }}
1212
steps:
@@ -43,7 +43,7 @@ jobs:
4343
run: deno check scripts/*.ts *.ts src/*.ts
4444

4545
deno:
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-24.04
4747
needs: lint
4848
permissions:
4949
contents: read
@@ -69,7 +69,7 @@ jobs:
6969
run: deno publish --allow-dirty
7070

7171
npm:
72-
runs-on: ubuntu-latest
72+
runs-on: ubuntu-24.04
7373
needs: lint
7474
permissions:
7575
contents: read

0 commit comments

Comments
 (0)