From 69e43aec0704ffc184fdb65dd182cf9c6b9a581a Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 14 Dec 2023 22:50:16 +0100 Subject: [PATCH] Update build to macos 12 --- .github/workflows/macOS-build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macOS-build.yml b/.github/workflows/macOS-build.yml index 86be090b..14bb5110 100644 --- a/.github/workflows/macOS-build.yml +++ b/.github/workflows/macOS-build.yml @@ -6,10 +6,10 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-12 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 @@ -35,8 +35,7 @@ jobs: - name: Build run: ./scripts/build-macos-prod.sh - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: macOS-dmg-package path: build_prod_macos/libreweb-browser-v*.dmg -