Skip to content

Commit

Permalink
Merge pull request #505 from nils-a/feature/GH-504
Browse files Browse the repository at this point in the history
(#504) update GitHub runner macos-12 to macos-13
  • Loading branch information
nils-a authored Dec 19, 2024
2 parents 5e800f5 + 4dd17c5 commit 3ef627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-2022, ubuntu-22.04, macos-12 ]
os: [ windows-2022, ubuntu-22.04, macos-13 ]

steps:
- name: Checkout the requested branch
Expand Down

0 comments on commit 3ef627f

Please sign in to comment.