Skip to content

Commit 666f587

Browse files
committed
1 parent 1060f46 commit 666f587

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- os: ubuntu-latest
17+
- os: ubuntu-24.04-arm
1718
- os: macOS-latest
1819
- os: windows-latest
1920
steps:
@@ -84,6 +85,6 @@ jobs:
8485
- name: Run tests
8586
run: node ./bin/bundle.js test
8687

87-
- name: Check formatting (Linux only)
88+
- name: Check formatting (Linux x86_64 only)
8889
if: matrix.os == 'ubuntu-latest'
8990
run: npm run format:check

.github/workflows/nix-flake.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
matrix:
1515
include:
1616
- os: ubuntu-latest
17+
- os: ubuntu-24.04-arm
1718
- os: macOS-latest
1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)