diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 519e61b..379befc 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - xcode: ['13', '14', '15'] + xcode: ['13.4', '14.2', '15.1'] type: [Release, Debug] runs-on: macos-12