Skip to content

Commit

Permalink
Upgrade macos image to macos-14
Browse files Browse the repository at this point in the history
Address actions deprecations:

> A brownout will take place on November 4, 14:00 UTC - November 5,
> 00:00 UTC to raise awareness of the upcoming macOS-12 environment
> removal. For more details, see
> actions/runner-images#10721
  • Loading branch information
deivid-rodriguez committed Oct 11, 2024
1 parent 0dd07d4 commit aeb088b
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 aeb088b

Please sign in to comment.