diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a2d9f1..bebae21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_15.0.1.app + run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app - name: Test run: | pushd Sources/Packages