Skip to content

Commit

Permalink
[ci] update macos from 11 to 12, disable upx, fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 18, 2024
1 parent cc5068e commit 6d847cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
echo "$PWD/octave/octave-8.3.0-w64-64/mingw64/bin" >> $GITHUB_PATH
- name: Compress octave mex (Windows only)
if: ${{ runner.os == 'Windows' }}
run: #upx -9 zipmat.mex || true
run: |
#upx -9 zipmat.mex || true
- name: Build octave mex (Linux and Mac)
if: ${{ runner.os != 'Windows' }}
run: |
Expand Down

0 comments on commit 6d847cc

Please sign in to comment.