From d0b8593e96579dfe0bc1650975560f71bc973596 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 12 Jan 2020 11:04:03 -0700 Subject: [PATCH] workflow: Switch macOS-10.14 to macOS-latest GitHub Actions is deprecating the former on the 15th --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c14a31dd24..c3772f8135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: eigen: NO - profile: macos-eigen-coverage-unity-xcode - os: macOS-10.14 + os: macOS-latest config: Coverage unity: YES generator: Xcode @@ -49,7 +49,7 @@ jobs: eigen: YES - profile: macos-nometa-standard-makefile - os: macOS-10.14 + os: macOS-latest config: Standard unity: NO generator: Unix Makefiles