mirror of https://github.com/PCSX2/pcsx2.git
GHActions:MacOS: Update to macOS 13
Newer clang fixes fun compiler bugs
This commit is contained in:
parent
76ae5f3b12
commit
1bc24c8d7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue