diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index a7059a1ea..ddf69a21f 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -19,9 +19,10 @@ jobs: - uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf with: swift-version: "5.8" - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.1' + - name: Set up Xcode 15 + uses: actions/setup-xcode@v2 + with: + xcode-version: '15.2' - name: Build run: swift build -v - name: Run tests