Commit fd4300f34420ad6b807e5109a241502850177c44
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 | on: | 2 | on: |
4 | push: | 3 | push: |
5 | branches: | 4 | branches: |
@@ -8,6 +7,7 @@ jobs: | @@ -8,6 +7,7 @@ jobs: | ||
8 | macos-build: | 7 | macos-build: |
9 | name: Build for mac | 8 | name: Build for mac |
10 | runs-on: macos-latest | 9 | runs-on: macos-latest |
10 | + steps: | ||
11 | - name: Checkout | 11 | - name: Checkout |
12 | uses: actions/checkout@v3 | 12 | uses: actions/checkout@v3 |
13 | - uses: oprypin/find-latest-tag@v1 | 13 | - uses: oprypin/find-latest-tag@v1 |