From 8b2ae0612193b972431553a6a586095403a87089 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 5 Apr 2022 00:01:11 -0700 Subject: [PATCH] CI: temporarily disable macOS 11 test Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3890d063..156c5cb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,10 +86,12 @@ jobs: brew uninstall --ignore-dependencies libx11 # https://github.com/ziglang/zig/issues/11066 brew install xz sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.10.0-dev.1600+af844931b.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - - name: test - run: cd ${{ matrix.project }} && zig build test - env: - AGREE: true + # TODO: re-enable once we can use macos-12 reliably on GitHub actions (currently works, but + # takes a very long time to acquire macos-12 runners.) + # - name: test + # run: cd ${{ matrix.project }} && zig build test + # env: + # AGREE: true - name: x86_64-macos -> aarch64-macos run: cd ${{ matrix.project }} && zig build test -Dtarget=aarch64-macos.12...12-gnu env: