Skip to content

Commit 9e2d7ab

Browse files
committed
CI: Unify linux & macOS
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 72beba8 commit 9e2d7ab

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/linux.yml renamed to .github/workflows/unit-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test on Ubuntu
1+
name: Test
22
on:
33
push:
44
branches: [master]
@@ -11,8 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby: [ '3.2', '3.1', '3.0', '2.7' ]
14-
os:
15-
- ubuntu-latest
14+
os: [ 'ubuntu-latest', 'macOS-latest' ]
1615
name: Ruby ${{ matrix.ruby }} unit testing on ${{ matrix.os }}
1716
steps:
1817
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)