From 426cfc68ff837813a6ddc0e1080af079c3998fce Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 3 Oct 2021 17:46:36 +0100 Subject: [PATCH] do initial build on Mac --- .github/workflows/install-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-dist.yml b/.github/workflows/install-dist.yml index da699b3..cd49945 100644 --- a/.github/workflows/install-dist.yml +++ b/.github/workflows/install-dist.yml @@ -3,7 +3,7 @@ name: Dist installation jobs: build: - runs-on: 'ubuntu-latest' + runs-on: 'macos-10.15' steps: - uses: actions/checkout@v2 - name: Setup Perl environment