diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 0c532581..6e23a987 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -13,7 +13,8 @@ jobs: strategy: matrix: #os: [ubuntu-latest, macos-latest, windows-latest] - os: [macos-latest, windows-latest] + #os: [macos-latest, windows-latest] + os: [macos-13, windows-latest] steps: - name: Update CMake diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index f88cce58..f8af27f1 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -12,7 +12,8 @@ jobs: strategy: matrix: #os: [ubuntu-latest, macos-latest, windows-latest] - os: [macos-latest, windows-latest] + #os: [macos-latest, windows-latest] + os: [macos-13, windows-latest] steps: - name: Update CMake