Skip to content

Commit

Permalink
Use windows-2019 for now (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 17, 2022
1 parent 3a237c1 commit d6e244b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-2019 ]
smalltalk:
- Squeak64-trunk
- Squeak64-5.3
Expand Down Expand Up @@ -51,9 +51,9 @@ jobs:
smalltalk: Pharo32-alpha
- os: macos-latest
smalltalk: Pharo32-3.0
- os: windows-latest
- os: windows-2019
smalltalk: Pharo64-10
- os: windows-latest
- os: windows-2019
smalltalk: Pharo64-6.0
include:
- os: ubuntu-18.04
Expand Down

0 comments on commit d6e244b

Please sign in to comment.