Skip to content

Commit

Permalink
CI: macos-12 runner is depricated, switch to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
sitic authored Nov 22, 2024
1 parent b7fb483 commit 2119302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]

steps:
- name: Checkout
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

standalone_macos:
name: Build standalone on macOS
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout code
Expand Down

0 comments on commit 2119302

Please sign in to comment.