Add macOS 12 to CI (#76328)

* Disable lookup_url test of macOS 12
pull/76341/head
Sam Doran 3 years ago committed by GitHub
parent 5cbcf7c7bf
commit d8aeffc8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,8 +88,8 @@ stages:
- template: templates/matrix.yml
parameters:
targets:
- name: macOS 11.1
test: macos/11.1
- name: macOS 12.0
test: macos/12.0
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.5 py36

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - add macOS 12.0 as a remote target (https://github.com/ansible/ansible/pull/76328)

@ -1,3 +1,4 @@
destructive
shippable/posix/group1
needs/httptester
skip/macos/12.0 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html

@ -2,6 +2,7 @@ freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin provider=aws
freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin provider=aws
freebsd python_dir=/usr/local/bin provider=aws
macos/11.1 python=3.9 python_dir=/usr/local/bin provider=parallels
macos/12.0 python=3.10 python_dir=/usr/local/bin provider=parallels
macos python_dir=/usr/local/bin provider=parallels
rhel/7.9 python=2.7 provider=aws
rhel/8.4 python=3.6,3.8 provider=aws

Loading…
Cancel
Save