From f7ca5d6b1d048ae7b7843e0bba3a9bce2b117e33 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 12 Apr 2022 13:11:28 -0500 Subject: [PATCH] ci(generate_template): use macos (#20) --- .github/workflows/generate_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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