We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8d25b commit 6cf4f98Copy full SHA for 6cf4f98
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
run: PYTHONPATH=./src/Python python -m unittest discover -v -s ./test
69
conda-build:
70
defaults: {run: {shell: 'bash -el {0}'}}
71
- runs-on: ${{ matrix.os }}-${{ matrix.os == 'windows' && '2022' || 'latest' }}
+ runs-on: ${{ matrix.os }}-latest
72
strategy:
73
matrix:
74
os: [ubuntu, windows]
0 commit comments