From 2818ce648c7e4468e8b70f46df2854e1cb34b98e Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Tue, 23 Jun 2020 12:49:40 +0200 Subject: [PATCH] Fix macOS build --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc4cb87..bb08a7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: tests: strategy: matrix: - os: [ubuntu-18.04, macos] + os: [ubuntu-18.04, macos-10.15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1