Skip to content

Commit

Permalink
macOS GitHub Actions Latest Libs
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Feb 8, 2024
1 parent 29b8bee commit 8fba069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:

jobs:
build-macos:
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
cfg:
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Download libs
# continue-on-error: true
run: ./scripts/${{ matrix.cfg.target }}/download_libs.sh
run: ./scripts/${{ matrix.cfg.target }}/download_latest_libs.sh
# - name: rm-dev
# run: sudo rm -rf /Library/Developer

Expand Down

0 comments on commit 8fba069

Please sign in to comment.