Skip to content

Commit 6f41212

Browse files
byrooteregon
authored andcommitted
Test on macos-latest
But exclude Ruby 2.4 and 2.5 because they aren't supported on macos-arm64.
1 parent d2e2cac commit 6f41212

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ jobs:
1313
needs: ruby-versions
1414
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
18-
os: [ ubuntu-latest, macos-13 ]
19+
os: [ ubuntu-latest, macos-latest ]
20+
exclude:
21+
- os: macos-latest
22+
ruby: "2.4"
23+
- os: macos-latest
24+
ruby: "2.5"
1925
runs-on: ${{ matrix.os }}
2026
steps:
2127
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)