From d3ab031ad4795a85e36cf01615d5b8becde3238b Mon Sep 17 00:00:00 2001 From: Bastian Stien Date: Wed, 16 Oct 2024 14:04:53 +0200 Subject: [PATCH] GHA: Update name of stage --- .github/workflows/iOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index b007edea3..e0130b7e2 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Select Xcode 15.3 + - name: Select Xcode 16.0 run: sudo xcode-select -s /Applications/Xcode_16.0.app - name: Install SwiftLint run: brew install swiftlint