From 09fde57b8e966e4c5e1f54e34eb9f7cc15518d36 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Mon, 26 Jun 2023 11:11:27 -0700 Subject: [PATCH] Update OS and XCode versions to fix build error --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index ad34e2c..bee18aa 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -17,11 +17,11 @@ jobs: build_and_test_examples: needs: cancel_previous - runs-on: macos-11 + runs-on: macos-latest steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '13.2.1' + xcode-version: latest-stable - uses: actions/checkout@v2 - uses: actions/cache@v2 with: