From e43d0fda44119077d68ec44f7da70075e3dda789 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sun, 17 Mar 2024 10:57:27 -0700 Subject: [PATCH] Update build runner to MacOS 14 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfbc20b..a75c14b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macos-13 + runs-on: macos-14 # Steps represent a sequence of tasks that will be executed as part of the job steps: