diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index c268d3ae30..bba9cebcf9 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -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