Skip to content

Commit

Permalink
build(workflow): use macOS 13 runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed May 9, 2024
1 parent f800ebe commit 8b540db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down

0 comments on commit 8b540db

Please sign in to comment.