diff --git a/.github/workflows/generate_template.yaml b/.github/workflows/generate_template.yaml index 34506d6..42946f5 100644 --- a/.github/workflows/generate_template.yaml +++ b/.github/workflows/generate_template.yaml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2