Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus authored Nov 14, 2023
1 parent c869114 commit 1a58bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compile on MacOS

on:
push:
branches: [ feature/xxactions ]
branches: [ feature/actions ]

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.*.*'
version: '6.5.2'
- name: Configure
run: |
cmake -E make_directory build
Expand Down

0 comments on commit 1a58bb3

Please sign in to comment.