diff options
| author | Mikkel Hjortshøj <me@thisdrunkdane.io> | 2022-02-11 17:22:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 17:22:14 +0100 |
| commit | 251edf7bc7eff05b1dcead77133fe1a3ec2e973c (patch) | |
| tree | 98071b2bae6bad57d9e1f39df0a27f97448e609b /.github | |
| parent | 546faab0cbfb08ec5158a4f7510a4fd9cf353487 (diff) | |
Update ci.yml
Diffstat (limited to '.github')
| -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 a1f96d20b..c62fcd36b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: make timeout-minutes: 10 build_windows: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v1 - name: build Odin |