summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-07-12 19:06:00 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-07-12 19:06:00 -0400
commitf60e2cd6bd0ebbb0dfc9ce4f599a5daabf646b90 (patch)
tree4fdf02d17dc525c5e6dad4664598e185ec0d018a /.github
parentecf8fb6a5f0cdd674c79fec78698aa66099f5fc7 (diff)
parentccf7c414be476d9be601a3dfe0e0030dedc0a91c (diff)
downloadabaddon-portaudio-f60e2cd6bd0ebbb0dfc9ce4f599a5daabf646b90.tar.gz
abaddon-portaudio-f60e2cd6bd0ebbb0dfc9ce4f599a5daabf646b90.zip
Merge branch 'master' into channels-list
Diffstat (limited to '.github')
-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 472b96d..94a5c40 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-2016
+ runs-on: windows-latest
strategy:
matrix:
buildtype: [Debug, RelWithDebInfo, MinSizeRel]