Skip to content

Commit

Permalink
Fix failing setup of GitHub Actions checks
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Dec 23, 2024
1 parent f8b9f58 commit e51be21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Test on latest Chrome and report coverage
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
path: configcat-js*.tgz

test-chrome:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
chrome: ["beta", "stable"]
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: CHROMIUM_BIN=$(which chrome) npm run test-chromium

test-firefox:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
firefox: ["84.0", "latest-beta", "latest"]
Expand Down

0 comments on commit e51be21

Please sign in to comment.