Skip to content

Commit aec5254

Browse files
authored
Update wheels.yml
1 parent c3b2796 commit aec5254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest, macos-13] # ubuntu-latest, # macos-latest, macos-13, windows-latest
15+
os: [windows-latest] # ubuntu-latest, # macos-latest, macos-13, windows-latest
1616

1717
steps:
1818
- name: Checkout self
@@ -64,7 +64,7 @@ jobs:
6464
# CIBW_ENVIRONMENT: "CMAKE_ARGS=-DUG_ROOT_CMAKE_PATH=${{ env.PWD }}/ugcore/cmake"
6565
CMAKE_ARGS: >-
6666
${{ contains(matrix.os, 'ubuntu') && '-DUG_ROOT_CMAKE_PATH=/project/ug4-git/ugcore/cmake' ||
67-
contains(matrix.os, 'windows') && '-DUG_ROOT_CMAKE_PATH=C:\a\plugin_SuperLU6\plugin_SuperLU6\ug4-gitugcore\cmake' ||
67+
contains(matrix.os, 'windows') && '-DUG_ROOT_CMAKE_PATH=C:/a/plugin_SuperLU6/plugin_SuperLU6/ug4-gitugcore/cmake' ||
6868
contains(matrix.os, 'macos') && '-DUG_ROOT_CMAKE_PATH=/Users/runner/work/plugin_SuperLU6/plugin_SuperLU6/ug4-git/ugcore/cmake' }}
6969
7070
with:

0 commit comments

Comments
 (0)