Skip to content

Commit

Permalink
Minimum runner is now macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 authored Jan 6, 2025
1 parent 6c29610 commit b10b430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: bottles
path: '*.bottle.*'
path: '*.bottle.*'

0 comments on commit b10b430

Please sign in to comment.