Skip to content

Commit

Permalink
Build macOS releases on Monterey (#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Nov 4, 2021
1 parent a0579a0 commit 2ce4870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ task:
timeout_in: 120m

osx_instance:
image: big-sur-xcode-12.5
image: monterey-xcode-13.1

name: "release: x86-64-apple-darwin"

Expand All @@ -553,7 +553,7 @@ task:

libs_cache:
folder: build/libs
fingerprint_script: echo "`md5 lib/CMakeLists.txt` macos big-sur-xcode-12.5 20210710"
fingerprint_script: echo "`md5 lib/CMakeLists.txt` macos monterey-xcode-13.1 20210710"
populate_script: make libs build_flags=-j12
upload_caches:
- libs
Expand Down

0 comments on commit 2ce4870

Please sign in to comment.