diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index a5c5ffcb..a41824a4 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.0', '16.1' ] + xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.1', '16.2' ] standard: [ 11, 14, 17, 20 ] env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer