diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-03-04 12:20:23 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-03-04 12:20:23 +0100 |
| commit | 64b83ef9fe42fcdcdc65a8daba1ddff0b9e22738 (patch) | |
| tree | 7007efd4f61a771d29cc8c0542fe75c104f6ebdf /.github/workflows/ci.yml | |
| parent | 58287455d64ab16091522bf8a358b079ef05daad (diff) | |
Update ci to use windows 2019 for now
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be4bbf..bd4ad91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ on: jobs: build_windows: - runs-on: windows-latest + runs-on: windows-2019 timeout-minutes: 15 steps: - uses: actions/checkout@v1 |