Skip to content

Commit

Permalink
ci: test on ubuntu arm as well
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Jan 22, 2025
1 parent 6d374e9 commit 6bb879e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-24.04-arm
- windows-latest
- macOS-latest
steps:
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:

- name: Publish dry run
run: deno publish --dry-run
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-24.04'

test-on-bun:
runs-on: ${{ matrix.os }}
Expand All @@ -68,7 +69,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-24.04-arm
- windows-latest
- macOS-latest
steps:
Expand Down Expand Up @@ -107,7 +109,8 @@ jobs:
- 22
- 23
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-24.04-arm
- windows-latest
- macOS-latest
steps:
Expand Down

0 comments on commit 6bb879e

Please sign in to comment.