diff options
author | Takashi Kokubun <[email protected]> | 2024-11-04 14:51:29 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2024-11-04 14:51:56 -0800 |
commit | d6d2c24715ee1f686831723fff41d46dfea35e8b (patch) | |
tree | 2e042d08ee33dc3232b040dd156591d0c23fb350 | |
parent | 7ae4b858b3ab7b51a6bda388414adf27fd71c23b (diff) |
macos-12 is deprecated and fails on Mondays
https://github.com/actions/runner-images/issues/10721
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7392617f7a..290520c90a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,8 +38,6 @@ jobs: - test_task: test-bundled-gems os: macos-14 - test_task: check - os: macos-12 - - test_task: check os: macos-13 fail-fast: false |