Skip to content

Commit

Permalink
ci: update macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelKS committed Jun 23, 2024
1 parent f225a00 commit bb18572
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos-build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.5.*'
version: '6.7.*'

- name: Install Dependencies
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
run: ./deploy/macos-bundle-dmg.sh

- name: Upload binary artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-artifact
path: deploy/ZeGrapher*dmg

0 comments on commit bb18572

Please sign in to comment.