Github have notified that the macos 13 runner image is deprecated and
will be retired on the 4th December 2025. It will also fail temporarily
intermittently during November on specific days as a warning.
Notes:
- The macos-14 and macos-15 labels correspond to arm64, and
macos-14-large and macos-15-large correspond to x86_64 (intel).
- macos x86_64 intel will no longer be supported after
the macos 15 runner image is retired in the Fall of 2027.
For now we should continue to support this.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28737)
strategy:
fail-fast: false
matrix:
- os: [macos-13, macos-14]
+ os: [macos-14, macos-14-large]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
strategy:
fail-fast: false
matrix:
- os: [macos-13, macos-14]
+ os: [macos-15, macos-15-large]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
strategy:
fail-fast: false
matrix:
- os: [macos-13, macos-14, macos-15]
+ os: [macos-14, macos-15, macos-15-large]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
enable_tfo:
strategy:
matrix:
- os: [ ubuntu-latest, macos-13, macos-14 ]
+ os: [ ubuntu-latest, macos-15, macos-15-large ]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4