Skip to content

Commit

Permalink
Use macos-13 GitHub Actions runners.
Browse files Browse the repository at this point in the history
See #382. (No idea whether this will be a fix...)
  • Loading branch information
tom-seddon committed Oct 28, 2024
1 parent 7e70696 commit a8b4f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/b2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GH_TOKEN: ${{ github.token }}

build-macos-x64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -38,7 +38,7 @@ jobs:
GH_TOKEN: ${{ github.token }}

build-older-macos-x64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a8b4f2a

Please sign in to comment.