From 62fa82aa402053fd82286b8c10ca3ed47a36ea46 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 11 Sep 2020 11:50:14 +0200 Subject: [PATCH] try macos for CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: