Skip to content

Commit 9a7b240

Browse files
committed
macOS GitHub Actions Latest Libs
1 parent e696dbb commit 9a7b240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
build-macos:
25-
runs-on: macos-13
25+
runs-on: macos-14
2626
strategy:
2727
matrix:
2828
cfg:
@@ -40,7 +40,7 @@ jobs:
4040

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

0 commit comments

Comments
 (0)