Skip to content

Commit

Permalink
test out builds on arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Jan 17, 2025
1 parent e12ad91 commit 2eec86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# https://github.com/actions/runner-images#available-environments
# https://github.com/crystal-lang/crystal/issues/13846#issuecomment-2095027170
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-13, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 2eec86c

Please sign in to comment.