diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b945a112..c8625909 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + runs-on: macos-latest env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} @@ -54,7 +54,7 @@ jobs: if: failure() build: - runs-on: ubuntu-latest + runs-on: macos-latest strategy: matrix: