summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-23 15:39:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-23 16:10:58 +0900
commit5987f0b7c8545824efdbdd501ef4e9d57fc92808 (patch)
tree03fd2eaee06ad557aa3311dd21f147b992184c5e
parent8c3eb47fffc6d274ad9c65f507676f8ae906a948 (diff)
Retired macos-11 because this version is EOL, and added macos-13(beta)
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6411a02d2b..030778ee47 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -33,10 +33,10 @@ jobs:
matrix:
test_task: ['check']
configure: ['']
- os: ${{ fromJSON(format('["macos-11","macos-12"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
+ os: ${{ fromJSON(format('["macos-12","macos-13"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
include:
- test_task: test-all TESTS=--repeat-count=2
- os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-12' }}
+ os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-13' }}
fail-fast: false
env: