Skip to content

Commit 2bb36e0

Browse files
authored
Merge pull request #428 from takano32/fix-github-actions
GitHub Actions: fix `matrix.os` strategy
2 parents 66cea4c + 01ef43c commit 2bb36e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,13 @@ jobs:
5454
strategy:
5555
matrix:
5656
os:
57-
- 'macos-11'
58-
- 'macos-10.15'
57+
- 'ubuntu-22.04'
5958
- 'ubuntu-20.04'
60-
- 'ubuntu-18.04'
59+
- 'macos-14'
60+
- 'macos-13'
61+
- 'macos-12'
62+
- 'macos-11'
63+
- 'windows-2022'
6164
- 'windows-2019'
6265
steps:
6366
- uses: 'actions/checkout@v4'

0 commit comments

Comments
 (0)