From 844cc7c50572462fc2eeeb6071e7b649a21f64f4 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 26 Sep 2023 17:04:37 -0400 Subject: [PATCH] Bumpety bump --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 075537467..ccf85026d 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "14.3" + xcode-version: "15.0" - name: Build run: swift build -v - name: Run tests