Skip to content

Commit

Permalink
Update build to macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Dec 14, 2023
1 parent c5e0edf commit 69e43ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/macOS-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 69e43ae

Please sign in to comment.