Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Nov 9, 2024
1 parent 58f5a6f commit e9ff46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-15

steps:
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
- name: Checkout
uses: actions/checkout@v3
- name: Build and Test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ concurrency:

jobs:
docs:
runs-on: macos-13
runs-on: macos-15

steps:
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
- uses: actions/checkout@v3
- name: Set up Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit e9ff46d

Please sign in to comment.