Skip to content

Commit

Permalink
Merge pull request #149 from crazy-max/ci-arm64
Browse files Browse the repository at this point in the history
ci: test ubuntu arm64 runners
  • Loading branch information
crazy-max authored Jan 28, 2025
2 parents 6b291a1 + d44b774 commit f96ea45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-13
- windows-latest
Expand All @@ -51,6 +52,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-13
- windows-latest
Expand All @@ -72,6 +74,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-13
- windows-latest
Expand Down Expand Up @@ -99,6 +102,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-13
- windows-latest
Expand Down Expand Up @@ -279,6 +283,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
#- macos-14 # no virt: https://github.com/docker/actions-toolkit/issues/317
- macos-13
- windows-latest
Expand Down

0 comments on commit f96ea45

Please sign in to comment.