MacOS 12 runners are deprecated, replace with 15.

This commit is contained in:
Darren Tucker 2024-10-17 19:18:23 +11:00
parent 39db1f23ba
commit c06c681aee
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ jobs:
target:
- ubuntu-20.04
- ubuntu-22.04
- macos-12
- macos-13
- macos-14
- macos-15
- windows-2019
- windows-2022
config: [default]
@ -100,9 +100,9 @@ jobs:
- { target: ubuntu-22.04, config: selinux }
- { target: ubuntu-22.04, config: kitchensink }
- { target: ubuntu-22.04, config: without-openssl }
- { target: macos-12, config: pam }
- { target: macos-13, config: pam }
- { target: macos-14, config: pam }
- { target: macos-15, config: pam }
runs-on: ${{ matrix.target }}
steps:
- name: set cygwin git params