Skip to content

Commit

Permalink
升级macos11
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 2, 2022
1 parent 30f7158 commit 2aa6abc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,12 @@ jobs:

build_macos:
name: macOS
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: npm install
shell: bash
run: npm install
- name: Use Xcode 12.0 to use SDK 10.15
run: sudo xcode-select -switch "/Applications/Xcode_12.app"
- name: Run build script
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 2aa6abc

Please sign in to comment.