Skip to content

Commit f92024a

Browse files
etiennebarriebyroot
authored andcommitted
1 parent d7964f8 commit f92024a

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
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os:
2525
- ubuntu-latest
26-
- macos-14
26+
- macos-latest
2727
- windows-latest
2828
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2929
env:
@@ -32,7 +32,7 @@ jobs:
3232
- { os: ubuntu-24.04-arm, ruby: 3.4 }
3333
- { os: ubuntu-latest , ruby: 3.4, env: "JSON_DISABLE_SIMD=1" }
3434
- { os: ubuntu-latest , ruby: 3.4, env: "JSON_DEBUG=1" }
35-
- { os: macos-13, ruby: 3.4 }
35+
- { os: macos-14, ruby: 3.4 }
3636
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
3737
- { os: macos-latest , ruby: jruby-9.4 } # Ruby 3.1
3838
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1

0 commit comments

Comments
 (0)