From 307eea57a1d7fb3820ca57b056baee194dfc34a1 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 20 Dec 2019 11:47:27 +0100 Subject: [PATCH] Change from deprecated macOS-10.14 to macOS-latest in GitHub Workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8852e4647c..b5ae938b9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: makepanda: strategy: matrix: - os: [ubuntu-16.04, windows-2016, macOS-10.14] + os: [ubuntu-16.04, windows-2016, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1