Skip to content

Commit 6cf4f98

Browse files
committed
try fix windows
1 parent ff8d25b commit 6cf4f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: PYTHONPATH=./src/Python python -m unittest discover -v -s ./test
6969
conda-build:
7070
defaults: {run: {shell: 'bash -el {0}'}}
71-
runs-on: ${{ matrix.os }}-${{ matrix.os == 'windows' && '2022' || 'latest' }}
71+
runs-on: ${{ matrix.os }}-latest
7272
strategy:
7373
matrix:
7474
os: [ubuntu, windows]

0 commit comments

Comments
 (0)