Add Mac OS X 14 test targets.
This commit is contained in:
parent
2d7964a03e
commit
0d5bdc87a6
|
@ -19,6 +19,7 @@ jobs:
|
|||
- macos-11
|
||||
- macos-12
|
||||
- macos-13
|
||||
- macos-14
|
||||
- windows-2019
|
||||
- windows-2022
|
||||
config: [default]
|
||||
|
@ -100,6 +101,7 @@ jobs:
|
|||
- { target: macos-11, config: pam }
|
||||
- { target: macos-12, config: pam }
|
||||
- { target: macos-13, config: pam }
|
||||
- { target: macos-14, config: pam }
|
||||
runs-on: ${{ matrix.target }}
|
||||
steps:
|
||||
- name: set cygwin git params
|
||||
|
|
Loading…
Reference in New Issue