From 6af212dab0196d5b07d240a2869db77f25ff5328 Mon Sep 17 00:00:00 2001 From: cosdon Date: Wed, 21 Aug 2024 17:39:31 +0100 Subject: [PATCH] Update build.yml to use macos-14 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 897fd60..b75a36d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: build-on-macos: name: Build, sign and notarize .pkg files for Mac - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v3 - name: Get Git History @@ -143,4 +143,4 @@ jobs: tag: ${{ steps.check-tag.outputs.version }} - \ No newline at end of file +