Skip to content

Commit b36d262

Browse files
committed
oops
1 parent e6db2a9 commit b36d262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121

2222
- run: pnpm install --frozen-lockfile
2323
- name: Setup Biome
24-
if: ${{ matrix.os == 'ubuntu-latest' }}
24+
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
2525
uses: biomejs/setup-biome@v2
2626
with:
2727
version: latest
2828
- name: Run Biome
29-
if: ${{ matrix.os == 'ubuntu-latest' }}
29+
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
3030
run: biome ci .
3131

3232
- name: Run tests
3333
run: pnpm test:coverage && pnpm test:report
3434
- name: Coveralls
35-
if: ${{ matrix.os == 'ubuntu-latest' }}
35+
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
3636
uses: coverallsapp/github-action@master
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)