Skip to content

Commit

Permalink
Fix mac Actions issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Jul 7, 2022
1 parent 6cbea5c commit d564a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:

build-mac:
name: Build App for macOS
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- name: Configure
run: mkdir -p build; cd build; cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release ..
- name: Builld
run: cd build; cmake --build . --config release --target install
- name: Build
run: cd build; cmake --build . --config Release --target install
- name: Archive and upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d564a06

Please sign in to comment.