Skip to content

Commit 8934e96

Browse files
committed
ci: pin ubuntu version to fix pw install
1 parent 57ddbce commit 8934e96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
examples:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
15+
os: [ubuntu-22.04, windows-latest]
1616
node-version: [18, 20]
1717
runs-on: ${{ matrix.os }}
1818
steps:

.github/workflows/lint.yaml

+1-1
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-22.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
playwrightVersion: ${{ fromJson(needs.get-playwright-versions.outputs.versions) }}
35-
os: [ubuntu-latest]
35+
os: [ubuntu-22.04]
3636
include:
3737
- playwrightVersion: latest
3838
os: windows-latest

0 commit comments

Comments
 (0)