aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authoraeiouaeiouaeiouaeiouaeiouaeiou <[email protected]>2023-04-21 06:18:23 +0300
committerMatthew Gregan <[email protected]>2023-04-23 12:54:56 +1200
commit3981f4a7ec477fd5cb02f0ef3e8dcaa55da24071 (patch)
tree9ba714bbc2ddefc2064cbf5b2a71ab6db2325d9f /.github/workflows
parent3ecf0c8f83a91d0966aa1a1916c3e545b041be4f (diff)
downloadcubeb-3981f4a7ec477fd5cb02f0ef3e8dcaa55da24071.tar.gz
cubeb-3981f4a7ec477fd5cb02f0ef3e8dcaa55da24071.zip
Re-enable the test job on macOS CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
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