Skip to content
Snippets Groups Projects
Commit 13d372ad authored by Brad Linden's avatar Brad Linden
Browse files

Switch mac build to go on hosted macos-12-xl runner.

parent 7d23f91b
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,14 @@ jobs: ...@@ -11,14 +11,14 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
runner: [windows-large, macos-12] runner: [windows-large, macos-12-xl]
configuration: [ReleaseOS] configuration: [ReleaseOS]
addrsize: [64] addrsize: [64]
include: include:
- runner: windows-large - runner: windows-large
configuration: ReleaseOS configuration: ReleaseOS
addrsize: 32 addrsize: 32
- runner: macos-12 - runner: macos-12-xl
developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer"
runs-on: ${{ matrix.runner }} runs-on: ${{ matrix.runner }}
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment