Skip to content

Commit

Permalink
drop deprecated macOS-12 env from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Dec 9, 2024
1 parent d9a4bd2 commit 8c28800
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 @@ -83,8 +83,8 @@ jobs:
run: mkdir build && cd build && cmake ..
- name: make
run: cd build && make
macos-12-build:
runs-on: macOS-12
macos-13-build:
runs-on: macOS-13
steps:
- name: Checkout repository code
uses: actions/checkout@v2
Expand Down

0 comments on commit 8c28800

Please sign in to comment.