mirror of
https://github.com/ansible/ansible
synced 2026-06-19 07:35:52 +00:00
🧪 Add macOS 15.3 to CI and ansible-test (#84665)
This commit is contained in:
committed by
GitHub
parent
5ff8d093f0
commit
4a710587dd
@@ -88,8 +88,8 @@ stages:
|
||||
- template: templates/matrix.yml # context/target
|
||||
parameters:
|
||||
targets:
|
||||
- name: macOS 14.3
|
||||
test: macos/14.3
|
||||
- name: macOS 15.3
|
||||
test: macos/15.3
|
||||
- name: RHEL 9.5 py39
|
||||
test: rhel/9.5@3.9
|
||||
- name: RHEL 9.5 py312
|
||||
@@ -104,8 +104,8 @@ stages:
|
||||
- template: templates/matrix.yml # context/controller
|
||||
parameters:
|
||||
targets:
|
||||
- name: macOS 14.3
|
||||
test: macos/14.3
|
||||
- name: macOS 15.3
|
||||
test: macos/15.3
|
||||
- name: RHEL 9.5
|
||||
test: rhel/9.5
|
||||
- name: FreeBSD 13.4
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
minor_changes:
|
||||
- ansible-test - Added a macOS 15.3 remote VM, replacing 14.3.
|
||||
|
||||
...
|
||||
@@ -5,7 +5,7 @@ fedora become=sudo provider=aws arch=x86_64
|
||||
freebsd/13.4 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
|
||||
freebsd/14.2 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
|
||||
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
|
||||
macos/14.3 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
|
||||
macos/15.3 python=3.13 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
|
||||
macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
|
||||
rhel/9.5 python=3.9,3.12 become=sudo provider=aws arch=x86_64
|
||||
rhel become=sudo provider=aws arch=x86_64
|
||||
|
||||
Reference in New Issue
Block a user