Skip to content

Commit 672fbb5

Browse files
committed
Update test CI script
1 parent c84c536 commit 672fbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
env: true
3434

3535
- name: Test (Ubuntu / macOS)
36-
if: runner.os == 'ubuntu' || runner.os == 'macos'
36+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
3737
run: |
3838
echo $CC
3939
echo $CXX
4040
$CC --version
4141
$CXX --version
4242
4343
- name: Test (Windows)
44-
if: runner.os == 'windows'
44+
if: matrix.os == 'windows-latest'
4545
run: |
4646
echo $env:CC
4747
echo $env:CXX

0 commit comments

Comments
 (0)