From e5a1da19138593bb5b6120072c03e9420060798d Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 22 Jan 2024 21:12:10 -0600 Subject: [PATCH] fix(ci): testing with macos-12 --- .github/workflows/cache.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index c4635d2..8b9431e 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -5,7 +5,7 @@ on: jobs: molecule: name: cache - runs-on: macos-13 + runs-on: macos-12 env: PYTHON_VERSION: "3.11" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9c45bc8..264f0d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ on: jobs: pre-commit-ci: name: Pre-Commit - runs-on: macos-13 + runs-on: macos-12 env: PYTHON_VERSION: "3.11" @@ -42,7 +42,7 @@ jobs: ensure-pinned-actions: name: Ensure SHA Pinned Actions - runs-on: macos-13 + runs-on: macos-12 steps: - name: Checkout code uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v3 2.5.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ac51a7..5428384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: jobs: molecule: name: Molecule - runs-on: macos-13 + runs-on: macos-12 strategy: matrix: scenario: