Skip to content

Commit

Permalink
Merge pull request #224 from nils-org/feature/GH-221
Browse files Browse the repository at this point in the history
(#221) update GitHub runner macos-!2 to macos-13
  • Loading branch information
nils-a authored Dec 18, 2024
2 parents b7c91bd + 2f394af commit 1a7845e
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 @@ -13,7 +13,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
os: [ ubuntu-22.04, windows-2022, macos-12 ]
os: [ ubuntu-22.04, windows-2022, macos-13 ]
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
MYGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
Expand Down

0 comments on commit 1a7845e

Please sign in to comment.