We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-latest
1 parent 89ae04a commit fb7126cCopy full SHA for fb7126c
.github/workflows/ci.yml
@@ -5,14 +5,14 @@ on:
5
6
jobs:
7
test:
8
- runs-on: macos-14
+ runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- uses: oven-sh/setup-bun@v2
12
- uses: actions/cache@v4
13
id: playwright-cache
14
with:
15
- path: /Users/runner/Library/Caches/ms-playwright
+ path: /home/runner/.cache/ms-playwright
16
key: ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}
17
18
- name: Install dependencies
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
build:
permissions:
contents: read
id-token: write
0 commit comments