Skip to content

Commit

Permalink
drop macos 13 from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Dec 4, 2024
1 parent 23b1c3c commit c8a11e0
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 @@ -93,8 +93,8 @@ jobs:
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
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 c8a11e0

Please sign in to comment.