diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-05 09:41:47 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-11-05 12:15:13 +0900 |
commit | e0611ebd9a4c05a9c16a1da8e5c3081f7890ea8c (patch) | |
tree | e192e5f0f46c3d75549ea8f14650b4e3b00f5da0 | |
parent | ff560644692057f8caa3697d6821d6d2e865f724 (diff) |
Try macos-15 build
https://github.com/actions/runner-images/issues/10686
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11996
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 290520c90a..e0ed0d9a07 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,6 +38,8 @@ jobs: - test_task: test-bundled-gems os: macos-14 - test_task: check + os: macos-15 + - test_task: check os: macos-13 fail-fast: false |