Skip to content

Commit

Permalink
Merge pull request #70 from rubygems/deivid-rodriguez/macos-12-deprec…
Browse files Browse the repository at this point in the history
…ation

Upgrade macos image to macos-14
  • Loading branch information
deivid-rodriguez authored Oct 14, 2024
2 parents 0dd07d4 + aeb088b commit 3f4eb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubygems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
os:
- { name: Ubuntu, value: ubuntu-22.04 }
- { name: macOS, value: macos-12 }
- { name: macOS, value: macos-14 }
- { name: Windows, value: windows-2022 }

ruby:
Expand All @@ -33,7 +33,7 @@ jobs:

include:
- ruby: { name: "3.2", value: 3.2.2 }
os: { name: macOS, value: macos-12 }
os: { name: macOS, value: macos-14 }

- ruby: { name: jruby-9.4, value: jruby-9.4.2.0 }
os: { name: Ubuntu, value: ubuntu-22.04 }
Expand Down

0 comments on commit 3f4eb69

Please sign in to comment.