Skip to content

Commit 3e1fb1d

Browse files
committed
Update workflows
1 parent 793bc64 commit 3e1fb1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: ./.github/workflows/tests.yml
1212
with:
1313
os: 'ubuntu-24.04'
14-
cxx_compilers: '[g++-14, clang++]'
14+
cxx_compilers: '["g++-14", "clang++"]'

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: ./.github/workflows/tests.yml
1212
with:
1313
os: 'macos-15'
14-
cxx_compilers: '[clang++]'
14+
cxx_compilers: '["clang++"]'

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: ./.github/workflows/tests.yml
1212
with:
1313
os: 'windows-2022'
14-
cxx_compilers: '[cl]'
14+
cxx_compilers: '["cl"]'

0 commit comments

Comments
 (0)