fix(CI): testing ubuntu

This commit is contained in:
Timothy Stewart
2023-11-01 11:24:06 -05:00
parent 9e9b862334
commit 723f07caf1
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
pre-commit-ci: pre-commit-ci:
name: Pre-Commit name: Pre-Commit
runs-on: ubuntu-latest runs-on: ubuntu-22.04
env: env:
PYTHON_VERSION: "3.11" PYTHON_VERSION: "3.11"

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
molecule: molecule:
name: Molecule name: Molecule
runs-on: macos-12 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
scenario: scenario:

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
molecule: molecule:
name: Molecule name: Molecule
runs-on: macos-12 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
scenario: scenario:

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
molecule: molecule:
name: Molecule name: Molecule
runs-on: macos-12 runs-on: ubuntu-22.04
strategy: strategy:
matrix: matrix:
scenario: scenario: