Merge pull request #686 from seedvault-app/cde/macos-12
Use macOS 12 for test workflows, 11 will soon be deprecated
This commit is contained in:
commit
12fb4d13d4
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:
|
jobs:
|
||||||
instrumentation_tests:
|
instrumentation_tests:
|
||||||
runs-on: macos-11
|
runs-on: macos-12
|
||||||
if: github.repository == 'seedvault-app/seedvault'
|
if: github.repository == 'seedvault-app/seedvault'
|
||||||
timeout-minutes: 80
|
timeout-minutes: 80
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue