Skip to content

Commit

Permalink
feat: use default xcode for macos12 (#44)
Browse files Browse the repository at this point in the history
* feat: use default xcode for macos11

* Update build.yml
  • Loading branch information
aceforeverd authored Feb 26, 2024
1 parent 5e59a1c commit f590c43
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,13 @@ jobs:
path: deps/thirdparty-*.tar.gz

thirdparty-darwin:
runs-on: macos-11
runs-on: macos-12
env:
MAKEOPTS: -j3

steps:
- uses: actions/checkout@v4

- name: Xcode Select
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 11.7

- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down

0 comments on commit f590c43

Please sign in to comment.