Skip to content

Commit

Permalink
Build on macOS 15 (Sequoia)
Browse files Browse the repository at this point in the history
This is necessary due to this breaking change in Azure Pipelines/GitHub's hosted agents:
actions/runner-images#10703
  • Loading branch information
AArnott committed Nov 15, 2024
1 parent 37677da commit f03b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- job: macOS
pool:
vmImage: macOS-14
vmImage: macOS-15
variables:
- name: DEVELOPER_DIR
value: /Applications/Xcode_16.app/Contents/Developer
Expand Down

0 comments on commit f03b39f

Please sign in to comment.