Skip to content

Commit

Permalink
Updates docs CI runner image from MacOS 12 to MacOS 14
Browse files Browse the repository at this point in the history
MacOS 12 runner was failing when trying to build the project for the
`jazzy` gem that generates the documentation.
  • Loading branch information
stelabouras committed Jul 3, 2024
1 parent 663bc36 commit c64f756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c64f756

Please sign in to comment.