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: