From 941e2d9018af2d689e3c79a4e5310be617b23e19 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Tue, 21 Nov 2023 11:58:20 -0800 Subject: [PATCH] fix the tests? --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9909120e..74d5e1c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-2019, macos-10.15, ubuntu-20.04 ] + os: [ windows-2019, macos-latest, ubuntu-20.04 ] cmake: [ 3.15, 3.x ] include: - os: windows-2019 @@ -17,7 +17,7 @@ jobs: - os: ubuntu-20.04 tree: tree - - os: macos-10.15 + - os: macos-latest tree: find - cmake: 3.15