GHActions:MacOS: Update to macOS 13

Newer clang fixes fun compiler bugs
This commit is contained in:
TellowKrinkle 2023-06-26 18:12:10 -05:00 committed by TellowKrinkle
parent 76ae5f3b12
commit 1bc24c8d7c
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
os:
required: false
type: string
default: macos-11.0
default: macos-13
platform:
required: false
type: string
@ -42,6 +42,9 @@ jobs:
with:
submodules: recursive
- name: Use Xcode 14.3.1
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
- name: Prepare Artifact Metadata
id: artifact-metadata
shell: bash