diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-05-23 10:20:09 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-05-23 10:57:56 +0900 |
| commit | 5979e4118dfae7f68f12d25429183bdeccf889df (patch) | |
| tree | 172b0ebaad9862b6ff74b0ff023ef42074d8894b | |
| parent | 80b11b216d5ca9338b2384c0215bc652e826412d (diff) | |
macos-11 will be retired at Jun, 2024
| -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 3151f72e6c..fb37434ec4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,8 +21,8 @@ jobs: matrix: test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems" os: - - macos-11 - macos-12 + - macos-13 fail-fast: false env: GITPULLOPTIONS: --no-tags origin ${{github.ref}} |
