diff --git a/.github/matrix.json b/.github/matrix.json index 26acccd..3fc973d 100644 --- a/.github/matrix.json +++ b/.github/matrix.json @@ -1,12 +1,13 @@ { "xcode_version": [ "14.3.1", - "15.2" + "15.2", + "15.3" ], "swift_version": [ - "5.7", "5.8", - "5.9" + "5.9", + "5.10" ], "platform": [ "platform=macOS", diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3fe20e2..7925842 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: test-macos: name: Test needs: extract-matrix - runs-on: macos-13 + runs-on: macOS-14 concurrency: group: ${{ github.head_ref }}-${{ github.workflow }}-${{ matrix.xcode }}-${{ matrix.destination }} cancel-in-progress: true @@ -82,7 +82,7 @@ jobs: xcodebuild_result: name: Export xcodebuild test result needs: test-macos - runs-on: macOS-13 + runs-on: macOS-14 steps: - uses: actions/download-artifact@v4 with: