From 5ad073ff87f2c7725cc3bff825716f5196728cdc Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 17 Oct 2023 10:13:54 +1000 Subject: [PATCH] Another fix attempt --- .github/workflows/ci-unit-tests-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-tests-os.yml b/.github/workflows/ci-unit-tests-os.yml index 33fd7362248..9f06142ddc2 100644 --- a/.github/workflows/ci-unit-tests-os.yml +++ b/.github/workflows/ci-unit-tests-os.yml @@ -80,7 +80,7 @@ jobs: os: [ubuntu-latest] rust: [stable, beta] # When vars.EXPERIMENTAL_FEATURES is empty this should become a single matrix item - features: ${{ ["", vars.EXPERIMENTAL_FEATURES ] }} + features: ${{ fromJSON(format('["", {0}]', vars.EXPERIMENTAL_FEATURES)) }} exclude: # We're excluding macOS beta for the following reasons: # - the concurrent macOS runner limit is much lower than the Linux limit