Skip to content

Commit 12dfdba

Browse files
committed
chore(workflows/tests): force ubuntu 22.04 for tests for now
1 parent 0ed61ad commit 12dfdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
tests:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
2020
node-version: [16.x, 18.x, 20.x, 22.x]

0 commit comments

Comments
 (0)