Skip to content

Commit d803776

Browse files
authored
Merge pull request #41 from jorisv/topic/windows-latest
Don't use windows-2019 image since it will be deprecied
2 parents c4df1dd + 71c37d3 commit d803776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
os: [windows-2019]
17+
os: [windows-latest]
1818
compiler:
1919
- cmd: cl
2020
cppad_codegen: OFF

0 commit comments

Comments
 (0)