Skip to content

Commit 5daeff1

Browse files
committed
Use macos-14 instead of macos-arm-oss
1 parent a245f19 commit 5daeff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os:
1616
- macos-12
17-
- macos-arm-oss
17+
- macos-14
1818
- ubuntu-latest
1919
- windows-latest
2020
ruby:
@@ -29,7 +29,7 @@ jobs:
2929
- { os: windows-latest , ruby: mingw }
3030
- { os: windows-latest , ruby: mswin }
3131
exclude:
32-
- { os: macos-arm-oss , ruby: '2.5' }
32+
- { os: macos-14 , ruby: '2.5' }
3333
- { os: windows-latest , ruby: '3.0' }
3434
- { os: windows-latest , ruby: debug }
3535

0 commit comments

Comments
 (0)