diff options
| -rw-r--r-- | .github/workflows/macos.yml | 4 |
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: |
