diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index df3a57d..43ab779 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest,windows-latest,macos-latest] + os: [ubuntu-latest,windows-latest,macos-latest,macos-14] steps: - name: Retrieve the source code uses: actions/checkout@v3