Skip to content

Commit

Permalink
Another fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Oct 17, 2023
1 parent 1b25d2e commit 5ad073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ad073f

Please sign in to comment.