try macos for CI

This commit is contained in:
Hans Pagel
2020-09-11 11:50:14 +02:00
parent 06edddb479
commit 62fa82aa40

View File

@@ -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: