From 9a8454ea5ca2bb4d6540d5c43b8e91e199ed1a8a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 8 Jul 2024 15:40:26 -0700 Subject: Fix malformed JSON in macOS CI --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0a89840436..bab3a17981 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: matrix: test_task: ['check'] configure: [''] - os: ${{ fromJSON(format('["macos-12","macos-13"{0}]', 'macos-14')) }} + os: ['macos-12', 'macos-13', 'macos-14'] include: - test_task: test-all TESTS=--repeat-count=2 os: macos-14 -- cgit v1.2.3