Skip to content

Commit 9cd0605

Browse files
authored
Fix failing setup of GitHub Actions checks (#103)
1 parent f8b9f58 commit 9cd0605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/js-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
test:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
name: Test on latest Chrome and report coverage
1818
steps:
1919
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
path: configcat-js*.tgz
5555

5656
test-chrome:
57-
runs-on: ubuntu-latest
57+
runs-on: ubuntu-22.04
5858
strategy:
5959
matrix:
6060
chrome: ["beta", "stable"]
@@ -115,7 +115,7 @@ jobs:
115115
run: CHROMIUM_BIN=$(which chrome) npm run test-chromium
116116

117117
test-firefox:
118-
runs-on: ubuntu-latest
118+
runs-on: ubuntu-22.04
119119
strategy:
120120
matrix:
121121
firefox: ["84.0", "latest-beta", "latest"]

0 commit comments

Comments
 (0)