Skip to content

Commit

Permalink
Bump macos 14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal authored Nov 28, 2023
1 parent 222530e commit 3137a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--lint --config .swiftformat .
test:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

size:
if: ${{ github.event_name == 'pull_request' }}
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3137a57

Please sign in to comment.