Skip to content

Commit 71c37d3

Browse files
committed
ci: Don't use windows-2019 image since it will be deprecied
actions/runner-images#12045
1 parent c4df1dd commit 71c37d3

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)