From 51e8e05b4882dfe4d2cf9d99211a1a51f1a9cace Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Wed, 24 Apr 2024 23:41:29 -0300 Subject: [PATCH] Update macOS.yml --- .github/workflows/macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 429bfce..2c2896c 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -12,7 +12,7 @@ on: jobs: stack: name: ${{ matrix.os }} / ${{ matrix.snapshot }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }}-12 continue-on-error: ${{ matrix.snapshot == 'nightly' }} strategy: fail-fast: false