Skip to content

Commit

Permalink
https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-…
Browse files Browse the repository at this point in the history
…github-hosted-macos-runners/

MacOS 11 is removed from GHA supported stack, updating to a supported version.
  • Loading branch information
santam85 committed Jul 22, 2024
1 parent 39aaae5 commit fd71c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os: [ubuntu-20.04]
ruby: [2.6, 2.7, 3.0.0, 3.2.2]
include:
- os: macos-11
- os: macos-13
ruby: system

name: ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
Expand Down

0 comments on commit fd71c21

Please sign in to comment.