Skip to content

Commit

Permalink
CI: remove macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Oct 30, 2024
1 parent 493070c commit 3657576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-15, macos-14, macos-13, macos-12, windows-2022, windows-2019 ]
os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-15, macos-14, macos-13, windows-2022, windows-2019 ]
ruby: [ head, 3.3, 3.2, 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, '2.0' ]
include:
- { os: ubuntu-20.04 , ruby: jruby }
Expand Down

0 comments on commit 3657576

Please sign in to comment.