Skip to content

Commit 8ca8cbe

Browse files
committed
.github: Specify Ubuntu version
1 parent 75a3330 commit 8ca8cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push, pull_request]
22

33
jobs:
44
test:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-24.04
66
strategy:
77
matrix:
88
node: ['latest', 'lts/*', 'lts/-1']

0 commit comments

Comments
 (0)