summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-02-18 01:15:45 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2022-02-18 01:15:45 -0500
commit6c54296ba3d624790ecf426c224293082427806e (patch)
tree00e271d2423cd3cb3b01dda580dac6ebd87b4cf8 /.github/workflows
parent7ed415040a982fc0c2f95ce3c7a0f31d78655df0 (diff)
downloadabaddon-portaudio-6c54296ba3d624790ecf426c224293082427806e.tar.gz
abaddon-portaudio-6c54296ba3d624790ecf426c224293082427806e.zip
change windows environment to windows-2019
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
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]