Skip to content

Commit

Permalink
Merge pull request #5281 from Tyriar/pw_dep
Browse files Browse the repository at this point in the history
Pin Ubuntu 22 to fix playwright GH Actions issue for now
  • Loading branch information
Tyriar authored Jan 7, 2025
2 parents 33a5457 + 2c11eae commit cc78831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ jobs:
strategy:
matrix:
node-version: [18] # just one as integration tests are about testing in browser
runs-on: [ubuntu] # macos is flaky
runs-on: [ubuntu-22.04] # macos is flaky
browser: [chromium, firefox, webkit]
runs-on: ${{ matrix.runs-on }}-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}.x
Expand Down

0 comments on commit cc78831

Please sign in to comment.