Skip to content

Commit 1dcb5eb

Browse files
committed
Change trunk windows version to 2019 from latest
1 parent 2b30586 commit 1dcb5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
# Select platform(s)
20-
os: [ ubuntu-latest, macos-latest, windows-latest ]
20+
os: [ ubuntu-latest, macos-latest, windows-2018 ]
2121
# Select compatible Smalltalk image(s)
2222
smalltalk: [ Squeak64-trunk]
2323
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)