Commit fd4300f34420ad6b807e5109a241502850177c44

Authored by Perry Werneck
Committed by GitHub
1 parent 28e4f0c6
Exists in develop

Update macos.yml

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
.github/workflows/macos.yml
1   ----
2   -name: CodeQL
  1 +name: MacOS
3 2 on:
4 3 push:
5 4 branches:
... ... @@ -8,6 +7,7 @@ jobs:
8 7 macos-build:
9 8 name: Build for mac
10 9 runs-on: macos-latest
  10 + steps:
11 11 - name: Checkout
12 12 uses: actions/checkout@v3
13 13 - uses: oprypin/find-latest-tag@v1
... ...