From d0795e53675a54bfd2393ecf7fbe77c35a36fd23 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Sat, 8 Jul 2023 15:09:40 +0200 Subject: [PATCH] use macos-latest skip linux skip avx skip windows skip windows-avz --- .github/workflows/pull_request_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_test.yml b/.github/workflows/pull_request_test.yml index 16cc5a3..cb13eb6 100644 --- a/.github/workflows/pull_request_test.yml +++ b/.github/workflows/pull_request_test.yml @@ -77,7 +77,7 @@ jobs: build_macos: name: Build for macOS if: "!contains(github.event.head_commit.message, 'skip macos')" - runs-on: macOS-10.15 + runs-on: macOS-latest continue-on-error: true strategy: max-parallel: 4