diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 558631e2..215e5496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: needs: deleteRelease strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-13, macos-latest ] # -13 is intel; -latest is ARM + os: [ ubuntu-latest, windows-latest, macos-15-intel, macos-latest ] # -latest is ARM steps: - uses: actions/checkout@v3 @@ -165,7 +165,7 @@ jobs: shaA: 512 - name: "Prepare keychain" - if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-13' + if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-15-intel' env: MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }} MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }} @@ -191,7 +191,7 @@ jobs: final-filepath: ${{ steps.exefn.outputs.FILEPATH }} - name: "Notarize app bundle" - if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-13' + if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-15-intel' env: MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }} MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}