Skip to content

Commit

Permalink
Fix failing setup of GitHub Actions checks (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 authored Dec 23, 2024
1 parent 8de80c2 commit bde83b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-chromium-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 @@ -48,7 +48,7 @@ jobs:
path: configcat-js*.tgz

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

0 comments on commit bde83b5

Please sign in to comment.