mirror of
https://github.com/openssl/openssl.git
synced 2024-11-23 10:03:32 +08:00
os-zoo CI: Replace macos-12 run with macos-15
macos-12 runners will be removed in December. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Hugo Landau <hlandau@devever.net> (Merged from https://github.com/openssl/openssl/pull/25715)
This commit is contained in:
parent
dcb5d6bf88
commit
6a3d5b6e62
2
.github/workflows/os-zoo.yml
vendored
2
.github/workflows/os-zoo.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-12, macos-13, macos-14]
|
||||
os: [macos-13, macos-14, macos-15]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user