Skip to content

Commit

Permalink
use macOS 13 instead of macOS 12 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 28, 2024
1 parent 39ae280 commit bf6d8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watchdogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
unit-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-12]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
needs: unit-test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-12]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf6d8fd

Please sign in to comment.