From bdc5a771dfc2f63258a50b878388001d4014a215 Mon Sep 17 00:00:00 2001 From: Nayla Date: Tue, 3 Sep 2024 21:18:00 -0400 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 d858759b08..aeb4690800 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macos-11 + runs-on: macos-14 # Steps represent a sequence of tasks that will be executed as part of the job steps: