Skip to content

Commit

Permalink
Fix failing setup of GitHub Actions checks (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 authored Dec 23, 2024
1 parent 0cdd2a1 commit f99c1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/js-ssr-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@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
path: configcat-js-ssr*.tgz

test-chrome:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
chrome: ["beta", "stable"]
Expand Down Expand Up @@ -112,7 +112,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 f99c1cb

Please sign in to comment.