From 8114a1134bbd2751152a69eedac98e1a3a74765c Mon Sep 17 00:00:00 2001 From: Aous Naman Date: Tue, 5 Nov 2024 19:44:05 +1100 Subject: [PATCH] Testing on mac-13 --- .github/workflows/ccp-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccp-workflow.yml b/.github/workflows/ccp-workflow.yml index 53baac3..3ec3330 100644 --- a/.github/workflows/ccp-workflow.yml +++ b/.github/workflows/ccp-workflow.yml @@ -51,7 +51,7 @@ jobs: fail-fast: false matrix: include: [ - { system: MacOS, runner: macos-14 }, + { system: MacOS, runner: macos-13 }, { system: Ubuntu-latest, runner: ubuntu-latest }, ] name: ${{ matrix.system }} Test