Skip to content

Commit

Permalink
The ubuntu upgrade is what was affecting the tests: actions/runner-im…
Browse files Browse the repository at this point in the history
…ages#10636

I've added a new issue at rrweb-io#1620 to fix this longer term
  • Loading branch information
eoghanmurray committed Jan 10, 2025
1 parent 4fd55c0 commit 751d2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 751d2be

Please sign in to comment.