From d66b75568558f74e13ea66228f92ccacaa512ae1 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 2 Sep 2025 18:55:17 -0400 Subject: [PATCH] Remove macOS intel keychain setup from test workflow macos-arm isn't having it run so maybe intel doesn't need it either. --- .github/workflows/test-single.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index f60e2990e680..69c76fcb407a 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -148,14 +148,6 @@ jobs: with: python-version: ${{ matrix.python.action }} - - name: Create keychain for CI use (macOS) - if: matrix.os.matrix == 'macos' - run: | - security create-keychain -p foo chiachain - security default-keychain -s chiachain - security unlock-keychain -p foo chiachain - security set-keychain-settings -t 7200 -u chiachain - - name: Cache npm (Ubuntu) if: matrix.os.matrix == 'ubuntu' uses: actions/cache@v4