diff options
author | aeiouaeiouaeiouaeiouaeiouaeiou <[email protected]> | 2023-04-21 06:18:23 +0300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2023-04-23 12:54:56 +1200 |
commit | 3981f4a7ec477fd5cb02f0ef3e8dcaa55da24071 (patch) | |
tree | 9ba714bbc2ddefc2064cbf5b2a71ab6db2325d9f /.github | |
parent | 3ecf0c8f83a91d0966aa1a1916c3e545b041be4f (diff) | |
download | cubeb-3981f4a7ec477fd5cb02f0ef3e8dcaa55da24071.tar.gz cubeb-3981f4a7ec477fd5cb02f0ef3e8dcaa55da24071.zip |
Re-enable the test job on macOS CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e10744f..c4dfecc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Test shell: bash run: (cd build && ctest -V) - if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-10.15' }} + if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' }} build-android: runs-on: ubuntu-20.04 |