We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49003d9 commit ab9086eCopy full SHA for ab9086e
.cirrus.yml
@@ -1,13 +1,21 @@
1
#container:
2
# image: python:3.11
3
4
-macos_instance:
5
- image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
+
6
7
task:
+ macos_instance:
8
+ matrix:
9
+ - image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
10
+ - image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
11
+ env:
12
13
+ - PY_VER: "3.9"
14
+ - PY_VER: "3.10"
15
+ - PY_VER: "3.11"
16
setup_script:
17
- brew update
- - brew install python@3.11
18
+ - brew install python@${PY_VER}
19
build_raylib_script:
20
- git submodule update --init --recursive
21
- cd raylib-c
0 commit comments