ci(generate_template): use macos (#20)

This commit is contained in:
Felix Angelov 2022-04-12 13:11:28 -05:00 committed by GitHub
parent bb943d2f71
commit f7ca5d6b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2