diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 064a9a2..0be763b 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -5,7 +5,7 @@ on: jobs: molecule: name: cache - runs-on: ubuntu-large-runner + runs-on: ubuntu-latest env: PYTHON_VERSION: "3.11" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a4e95b3..e0cac3b 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: ubuntu-large-runner + runs-on: ubuntu-latest env: PYTHON_VERSION: "3.11" @@ -42,7 +42,7 @@ jobs: ensure-pinned-actions: name: Ensure SHA Pinned Actions - runs-on: ubuntu-large-runner + runs-on: ubuntu-latest 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 2f822ba..eaeaafa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: jobs: molecule: name: Molecule - runs-on: ubuntu-large-runner + runs-on: ubuntu-latest strategy: matrix: scenario: