Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 08924e3

Browse files
authored
Merge pull request #24 from AkihiroSuda/ci-macos11
CI: enable macos-11
2 parents a9767e8 + f98b05f commit 08924e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010
jobs:
1111
integration:
1212
name: Integration tests
13-
runs-on: macos-10.15
13+
strategy:
14+
matrix:
15+
platform: [macos-10.15, macos-11]
16+
runs-on: ${{ matrix.platform }}
1417
timeout-minutes: 40
1518
steps:
1619
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)