Skip to content

Commit 6c6766c

Browse files
committed
Use the new arm64 linux runner to run the unit tests.
1 parent 8f699fb commit 6c6766c

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,27 +67,22 @@ jobs:
6767
- name: Test OpenMP
6868
run: build/shared/test.Magick.NET.sh OpenMP
6969

70-
# linux_arm64:
71-
# name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
72-
# runs-on: ubuntu-latest
70+
linux_arm64:
71+
name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
72+
runs-on: ubuntu-24-arm
7373

74-
# steps:
75-
76-
# - name: Checkout
77-
# uses: actions/checkout@v4
74+
steps:
7875

79-
# - name: Install Magick.Native
80-
# run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
76+
- name: Checkout
77+
uses: actions/checkout@v4
8178

82-
# - name: Set up QEMU
83-
# uses: docker/setup-qemu-action@master
84-
# with:
85-
# platforms: arm64
79+
- name: Install Magick.Native
80+
run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
8681

87-
# - name: Test
88-
# run: |
89-
# export path=$(pwd)
90-
# docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
82+
- name: Test
83+
run: |
84+
export path=$(pwd)
85+
docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
9186
9287
macos:
9388
name: 'MacOS (Q8/Q16/Q16-HDRI)'

0 commit comments

Comments
 (0)