Skip to content

Commit ab9086e

Browse files
cirrus test
1 parent 49003d9 commit ab9086e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.cirrus.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
#container:
22
# image: python:3.11
33

4-
macos_instance:
5-
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
4+
65

76
task:
7+
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+
matrix:
13+
- PY_VER: "3.9"
14+
- PY_VER: "3.10"
15+
- PY_VER: "3.11"
816
setup_script:
917
- brew update
10-
- brew install python@3.11
18+
- brew install python@${PY_VER}
1119
build_raylib_script:
1220
- git submodule update --init --recursive
1321
- cd raylib-c

0 commit comments

Comments
 (0)