diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-12 19:06:00 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-12 19:06:00 -0400 |
commit | f60e2cd6bd0ebbb0dfc9ce4f599a5daabf646b90 (patch) | |
tree | 4fdf02d17dc525c5e6dad4664598e185ec0d018a /.github/workflows | |
parent | ecf8fb6a5f0cdd674c79fec78698aa66099f5fc7 (diff) | |
parent | ccf7c414be476d9be601a3dfe0e0030dedc0a91c (diff) | |
download | abaddon-portaudio-f60e2cd6bd0ebbb0dfc9ce4f599a5daabf646b90.tar.gz abaddon-portaudio-f60e2cd6bd0ebbb0dfc9ce4f599a5daabf646b90.zip |
Merge branch 'master' into channels-list
Diffstat (limited to '.github/workflows')
-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 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] |