Skip to content

Commit 7c59da6

Browse files
authored
Replaced macos-15-intel from macos-13 and added macos-15 (#198)
1 parent e3d16d3 commit 7c59da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os:
22-
- macos-13
2322
- macos-14
23+
- macos-15-intel
24+
- macos-15
2425
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2526
steps:
2627
- name: git config

0 commit comments

Comments
 (0)