Skip to content

Commit

Permalink
Fix macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Dec 20, 2024
1 parent 2822ce0 commit 1a4820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo apt-get install gcc-arm-linux-gnueabihf
./build-linux-arm.sh
- name: Build macOS
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-latest'
run: |
chmod 755 *.sh
./build-osx-x64.sh
Expand Down

0 comments on commit 1a4820a

Please sign in to comment.