Add OS image location rST directive for use by Red-Install-Tests (#6786)

This commit is contained in:
Jakub Kuczys
2026-06-17 03:11:53 +02:00
committed by GitHub
parent 65da489a1a
commit c1aa59e3d6
21 changed files with 302 additions and 3 deletions
+16
View File
@@ -1,4 +1,20 @@
.. _install-mac:
.. os-image-location::
[macos-14]
os = 'darwin'
download_type = 'tart-image'
image = 'ghcr.io/cirruslabs/macos-sonoma-vanilla:latest'
[macos-15]
os = 'darwin'
download_type = 'tart-image'
image = 'ghcr.io/cirruslabs/macos-sequioa-vanilla:latest'
[macos-26]
os = 'darwin'
download_type = 'tart-image'
image = 'ghcr.io/cirruslabs/macos-tahoe-vanilla:latest'
=======================
Installing Red on macOS