diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 0da3f5a0f5ee5..bba9cebcf9b08 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -12,7 +12,7 @@ on: os: required: false type: string - default: macos-15 + default: macos-26 patchesUrl: required: false type: string @@ -62,8 +62,8 @@ jobs: echo "#define DEFAULT_UPDATER_CHANNEL \"stable\"" > ./pcsx2-qt/DefaultUpdaterChannel.h cat ./pcsx2-qt/DefaultUpdaterChannel.h - - name: Use Xcode 16.4 - run: sudo xcode-select -s /Applications/Xcode_16.4.app + - name: Use Xcode 26.0.1 + run: sudo xcode-select -s /Applications/Xcode_26.0.1.app - name: Prepare Artifact Metadata id: artifact-metadata