Skip to content

Commit

Permalink
Merge pull request #238 from ruby-llvm/enable-macos-ci
Browse files Browse the repository at this point in the history
Re-Enable CI for macos-12 and macos-13
  • Loading branch information
thoughtafter committed Apr 23, 2024
2 parents 91ba457 + 1ab087b commit 935920d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, macos-12, macos-13]
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down

0 comments on commit 935920d

Please sign in to comment.