Skip to content

Commit

Permalink
Merge pull request #6 from nowsecure/macos-14
Browse files Browse the repository at this point in the history
Update build.yml to use macos-14
  • Loading branch information
cosdon authored Aug 22, 2024
2 parents 3b014ea + 6af212d commit 495ff04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -143,4 +143,4 @@ jobs:
tag: ${{ steps.check-tag.outputs.version }}




0 comments on commit 495ff04

Please sign in to comment.