diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 1428ca5..412a584 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -8,7 +8,7 @@ on: branches: [ main ] jobs: - compile: + build: runs-on: macos-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a96f2e1..745ba0f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,7 @@ on: branches: [ main ] jobs: - compile: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2