Skip to content

Commit 33bd5be

Browse files
committed
update actions versions
1 parent 0e05a4f commit 33bd5be

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.github/workflows/test_wheel.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- [ubuntu-22.04, musllinux_x86_64]
2222
- [ubuntu-22.04, manylinux_aarch64]
2323
- [ubuntu-22.04, musllinux_aarch64]
24-
- [macos-12, macosx_x86_64]
25-
- [macos-12, macosx_arm64]
26-
- [windows-2022, win_amd64]
27-
- [windows-2022, win32]
24+
- [macos-13, macosx_x86_64, openblas]
25+
- [macos-14, macosx_x86_64, accelerate]
26+
- [macos-14, macosx_arm64, accelerate]
27+
- [windows-2022, win_amd64, ""]
28+
- [windows-2022, win32, ""]
2829
python: ["cp38", "cp39", "cp310", "cp311", "cp312", "pp39"]
2930
exclude:
3031
- buildplat: [windows-2022, win32]
@@ -33,7 +34,7 @@ jobs:
3334
python: "pp39"
3435
- buildplat: [ ubuntu-22.04, musllinux_aarch64 ]
3536
python: "pp39"
36-
- buildplat: [macos-12, macosx_arm64]
37+
- buildplat: [macos-14, macosx_arm64, accelerate]
3738
python: "pp39"
3839

3940
steps:

CMakeSettings.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "x64-Debug",
5+
"generator": "Ninja",
6+
"configurationType": "Debug",
7+
"inheritEnvironments": [ "msvc_x64_x64" ],
8+
"buildRoot": "${projectDir}\\out\\build\\${name}",
9+
"installRoot": "${projectDir}\\out\\install\\${name}",
10+
"cmakeCommandArgs": "",
11+
"buildCommandArgs": "",
12+
"ctestCommandArgs": ""
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)