diff --git a/.github/workflows/XmsExtractor-CI.yaml b/.github/workflows/XmsExtractor-CI.yaml index 10e6787..6d88cde 100644 --- a/.github/workflows/XmsExtractor-CI.yaml +++ b/.github/workflows/XmsExtractor-CI.yaml @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest] + platform: [macos-13] python-version: ['3.10'] build_type: [Release, Debug] @@ -73,6 +73,10 @@ jobs: RELEASE_PYTHON: 'False' steps: + # Get Correct Version of Xcode + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 14.3.1 # Checkout Sources - name: Checkout Source uses: actions/checkout@v2