Skip to content

Commit

Permalink
CI: Drop old platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 26, 2024
1 parent a2aab47 commit dc9261c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13
- macos-14
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
os:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
steps:
- name: git config
Expand Down

0 comments on commit dc9261c

Please sign in to comment.