diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-01-13 11:58:39 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-01-13 16:23:44 +0900 |
| commit | bbed9bf4170576b7a1bda670b20f79b8965a8ece (patch) | |
| tree | 3cab277e98c4fb3a8cecdb65de6b5554f2dbd9aa | |
| parent | 3254d2be91971a06ec7f852b0dd2c7659181d2d0 (diff) | |
Use macos-15-intel instead of macos-13
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d8dc58b119..a0718ab998 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,9 +35,9 @@ jobs: matrix: test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems" os: - - macos-13 - macos-14 - macos-15 + - macos-15-intel fail-fast: false env: GITPULLOPTIONS: --no-tags origin ${{github.ref}} |
