From 49dfc08df3d40af81b6686d452fb79ed7253f561 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 12 Jan 2024 08:23:12 -0800 Subject: [PATCH] Storage integration tests: back to macos-12 to reduce flakes --- .github/workflows/storage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index 87783f72c2a..d184ede9ae3 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -23,8 +23,8 @@ jobs: strategy: matrix: include: - - os: macos-13 - xcode: Xcode_15.1 + - os: macos-12 + xcode: Xcode_14.2 env: plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }} runs-on: ${{ matrix.os }}