Skip to content

Commit

Permalink
Update build.yml to use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
cosdon authored Aug 21, 2024
1 parent 6a26466 commit 6af212d
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 6af212d

Please sign in to comment.