Skip to content

Commit

Permalink
test: update macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
4paradigm committed Feb 1, 2024
1 parent 5e59a1c commit baaaa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
path: deps/thirdparty-*.tar.gz

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

Expand All @@ -113,7 +113,7 @@ jobs:
- name: Xcode Select
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 11.7
xcode-version: latest-stable

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

0 comments on commit baaaa58

Please sign in to comment.