Skip to content

Commit 751d2be

Browse files
committed
The ubuntu upgrade is what was affecting the tests: actions/runner-images#10636
I've added a new issue at rrweb-io#1620 to fix this longer term
1 parent 4fd55c0 commit 751d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
77
jobs:
88
release:
99
name: Tests
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Repo
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)