Skip to content

Commit

Permalink
ci(deps): update dependency macos github actions runner to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 26, 2024
1 parent 358ceb7 commit 79e8610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2022, macos-12, ubuntu-22.04 ]
os: [ windows-2022, macos-13, ubuntu-22.04 ]
test: ${{ fromJson(needs.select-tests.outputs.tests) }}
runs-on: ${{ matrix.os }}
concurrency:
Expand Down

0 comments on commit 79e8610

Please sign in to comment.