Skip to content

Commit 3d5bc79

Browse files
authored
Update continuous.yml
1 parent c05538b commit 3d5bc79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,11 @@ jobs:
7979

8080
Windows:
8181
name: ${{ matrix.name }} (${{ matrix.config }})
82-
runs-on: windows-latest
82+
runs-on: windows-2019
8383
env:
8484
CC: cl.exe
8585
CXX: cl.exe
86+
SCCACHE_IDLE_TIMEOUT: "12000"
8687
strategy:
8788
fail-fast: false
8889
matrix:

0 commit comments

Comments
 (0)