Use macOS 12 for test workflows, 11 will soon be deprecated
More info: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ Change-Id: I7dc2a854d2cd19d776db40c5d01016b98760d487
This commit is contained in:
parent
22ca2550c2
commit
6132884c11
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -12,7 +12,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
instrumentation_tests:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-12
|
||||
if: github.repository == 'seedvault-app/seedvault'
|
||||
timeout-minutes: 80
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue