Skip to content

Commit 3027781

Browse files
committed
Remove deprecated MacOS setups from tests
1 parent 84275dd commit 3027781

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-bundle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
# macos-latest uses arm64, macos-13 uses x86
15-
os: [ubuntu-latest, macos-latest, macos-13]
14+
os: [ubuntu-latest, macos-latest]
1615
ruby: ['3.2', '3.3', '3.4', 'head']
1716

1817
name: ${{matrix.os}}, ${{matrix.ruby}}

0 commit comments

Comments
 (0)