Skip to content

Commit b599465

Browse files
committed
ci: add graalpy
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 6fadf30 commit b599465

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ jobs:
9191
runs-on: windows-latest
9292
cmake-version: "3.26.x"
9393
# TODO: CMake doesn't work with beta 1 on Windows
94-
# - python-version: "3.14"
95-
# runs-on: windows-latest
96-
# cmake-version: "4.0.x"
94+
- python-version: "3.14"
95+
runs-on: windows-latest
96+
cmake-version: "4.0.x"
9797
- python-version: "3.13"
9898
runs-on: windows-latest
9999
cmake-version: "3.26.x"
@@ -106,6 +106,9 @@ jobs:
106106
- python-version: "3.12"
107107
runs-on: windows-11-arm
108108
cmake-version: "4.0"
109+
- python-version: "graalpy-24.2"
110+
runs-on: ubuntu-latest
111+
cmake-version: "4.0"
109112

110113
steps:
111114
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)