Skip to content

Commit 6b1c997

Browse files
authored
ci: fix runner (#4)
1 parent f0a1fdc commit 6b1c997

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release-plz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release-plz:
1111
name: Release-plz
12-
runs-on: warp-ubuntu-latest-x64-8x
12+
runs-on: ubuntu-latest
1313
concurrency:
1414
group: release-plz-${{ github.ref }}
1515
cancel-in-progress: false

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
workspaces: |
4646
.
4747
- run: cargo build --target wasm32-unknown-unknown --tests --features unsafe-debug-query
48-
- run: wasm-pack test --headless --safari --features unsafe-debug-query
49-
working-directory: ./
5048
- run: wasm-pack test --headless --chrome --features unsafe-debug-query
5149
working-directory: ./
5250
- run: wasm-pack test --headless --firefox --features unsafe-debug-query

0 commit comments

Comments
 (0)