diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 1e82b4f..d95a8d6 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -8,11 +8,11 @@ on: jobs: build: - runs-on: macos-12 + runs-on: macos-latest steps: - - uses: maxim-lobanov/setup-xcode@v1.4.1 + - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '13.3.1' + xcode-version: latest-stable - uses: actions/checkout@v3