mirror of git://anongit.mindrot.org/openssh.git
MacOS 12 runners are deprecated, replace with 15.
This commit is contained in:
parent
39db1f23ba
commit
c06c681aee
|
@ -17,9 +17,9 @@ jobs:
|
||||||
target:
|
target:
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- macos-12
|
|
||||||
- macos-13
|
- macos-13
|
||||||
- macos-14
|
- macos-14
|
||||||
|
- macos-15
|
||||||
- windows-2019
|
- windows-2019
|
||||||
- windows-2022
|
- windows-2022
|
||||||
config: [default]
|
config: [default]
|
||||||
|
@ -100,9 +100,9 @@ jobs:
|
||||||
- { target: ubuntu-22.04, config: selinux }
|
- { target: ubuntu-22.04, config: selinux }
|
||||||
- { target: ubuntu-22.04, config: kitchensink }
|
- { target: ubuntu-22.04, config: kitchensink }
|
||||||
- { target: ubuntu-22.04, config: without-openssl }
|
- { target: ubuntu-22.04, config: without-openssl }
|
||||||
- { target: macos-12, config: pam }
|
|
||||||
- { target: macos-13, config: pam }
|
- { target: macos-13, config: pam }
|
||||||
- { target: macos-14, config: pam }
|
- { target: macos-14, config: pam }
|
||||||
|
- { target: macos-15, config: pam }
|
||||||
runs-on: ${{ matrix.target }}
|
runs-on: ${{ matrix.target }}
|
||||||
steps:
|
steps:
|
||||||
- name: set cygwin git params
|
- name: set cygwin git params
|
||||||
|
|
Loading…
Reference in New Issue