Skip to content

Commit

Permalink
try out windows-2019
Browse files Browse the repository at this point in the history
Try out windows-2019 instead of windows-latest (which should resolve to windows-2022)

also see actions/runner-images#5166
  • Loading branch information
1kastner committed Dec 14, 2023
1 parent 1c349f3 commit 71ee2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-conda-on-windows:

name: ConFlowGen installation via conda on Windows
runs-on: windows-latest
runs-on: windows-2019
env:
MPLBACKEND: Agg

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-2019]

name: ConFlowGen installation via pip
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 71ee2c5

Please sign in to comment.