diff --git a/.github/workflows/job-cmakebuild-macOS.yml b/.github/workflows/job-cmakebuild-macOS.yml index 93f0bf70..819959f2 100644 --- a/.github/workflows/job-cmakebuild-macOS.yml +++ b/.github/workflows/job-cmakebuild-macOS.yml @@ -18,7 +18,7 @@ on: jobs: cmake-build: name: cmake-build-macOS-${{ inputs.architecture }}-${{ inputs.configuration }} - runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-latest' }} + runs-on: ${{ inputs.architecture == 'x64' && 'macos-13' || 'macos-14' }} steps: - name: Checkout repository uses: actions/checkout@v4