From efb2a3bbf06e23297baff2f36a3cc83dd02d8aec Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 31 Dec 2022 15:24:11 -0500 Subject: Fixed? --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5df547f..fb410cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: CI on: { push: { branches: [master] } } env: { VERSION: "0.1" } jobs: - build-linux-windows: + build_linux_windows: runs-on: ubuntu-latest defaults: { run: { shell: bash } } steps: @@ -40,8 +40,9 @@ jobs: gh release delete -y v$RELEASE || true; gh release create -t v$RELEASE v$RELEASE lpm.x86_64-linux lpm.x86_64-windows.exe fi - build-macos: - needs: build-linux-windows + + build_macos: + needs: build_linux_windows runs-on: macos-11 env: CC: clang -- cgit v1.2.3