diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-02-18 01:15:45 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-02-18 01:15:45 -0500 |
commit | 6c54296ba3d624790ecf426c224293082427806e (patch) | |
tree | 00e271d2423cd3cb3b01dda580dac6ebd87b4cf8 | |
parent | 7ed415040a982fc0c2f95ce3c7a0f31d78655df0 (diff) | |
download | abaddon-portaudio-6c54296ba3d624790ecf426c224293082427806e.tar.gz abaddon-portaudio-6c54296ba3d624790ecf426c224293082427806e.zip |
change windows environment to windows-2019
-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 9137bbf..ce93f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: windows: name: windows-${{ matrix.buildtype }} - runs-on: windows-latest + runs-on: windows-2019 strategy: matrix: buildtype: [Debug, RelWithDebInfo, MinSizeRel] |