From df6fbb65f04bb1993d5ffe348762448fe076f3db Mon Sep 17 00:00:00 2001 From: darrenge Date: Wed, 1 May 2024 13:11:16 -0700 Subject: [PATCH] Missed the one in Tsavorite --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a7fdc1d985..8cc08c8c82 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-latest ] + os: [ CBL-Mariner ] framework: [ 'net6.0', 'net8.0' ] configuration: [ 'Debug', 'Release' ] steps: