From 6132884c11a9824b7248e77fd605ce8baed26d94 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Mon, 17 Jun 2024 20:30:40 +0530 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 372144ca6..e4b9432ed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: