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:
|
os:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: macos-11.0
|
default: macos-13
|
||||||
platform:
|
platform:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
@ -42,6 +42,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Use Xcode 14.3.1
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
|
||||||
|
|
||||||
- name: Prepare Artifact Metadata
|
- name: Prepare Artifact Metadata
|
||||||
id: artifact-metadata
|
id: artifact-metadata
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue