diff options
Diffstat (limited to '.github/workflows/mac.yml')
-rw-r--r-- | .github/workflows/mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index c945d568e..a2f4a5716 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -8,7 +8,7 @@ on: - master jobs: - desktopBuild: + buildMac: runs-on: macOS-latest steps: - name: checkout sources |