Skip to content

Commit fb7126c

Browse files
committed
ci: use ubuntu-latest
1 parent 89ae04a commit fb7126c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55

66
jobs:
77
test:
8-
runs-on: macos-14
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v2
1212
- uses: actions/cache@v4
1313
id: playwright-cache
1414
with:
15-
path: /Users/runner/Library/Caches/ms-playwright
15+
path: /home/runner/.cache/ms-playwright
1616
key: ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}
1717

1818
- name: Install dependencies

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: macos-14
8+
runs-on: ubuntu-latest
99
permissions:
1010
contents: read
1111
id-token: write

0 commit comments

Comments
 (0)