ci: bump xcode version to 16.1.0 (#19125)

This commit is contained in:
Cian Johnston
2025-08-03 20:53:04 +01:00
committed by GitHub
parent 6a35400f67
commit 0d7cc5c156
+1 -1
View File
@@ -964,7 +964,7 @@ jobs:
- name: Switch XCode Version
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: "16.0.0"
xcode-version: "16.1.0"
- name: Setup Go
uses: ./.github/actions/setup-go