Skip to content

Commit 3a0b50c

Browse files
committed
[Test] Fix CI tests on macOS runners
1 parent c9ca52f commit 3a0b50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
git clone --depth 1 https://github.com/rikyoz/7-Zip ${{ github.workspace }}/../7-zip
135135
sed -i '' 's/-Wno-poison-system-directories/-Wno-poison-system-directories -Wno-declaration-after-statement\r/' ${{ github.workspace }}/../7-zip/CPP/7zip/warn_clang_mac.mak
136136
cd ${{ github.workspace }}/../7-zip/CPP/7zip/Bundles/Format7zF/
137-
make -j -f ../../cmpl_mac_x64.mak
138-
cp b/m_x64/7z.so ${{ github.workspace }}/bin/x64/7z.so
137+
make -j -f ../../cmpl_mac_arm64.mak
138+
cp b/m_arm64/7z.so ${{ github.workspace }}/bin/arm64/7z.so
139139
140140
- name: Test bit7z
141141
working-directory: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)