Skip to content

Commit

Permalink
fix(CI): testing ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Nov 1, 2023
1 parent 9e9b862 commit 723f07c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
pre-commit-ci:
name: Pre-Commit
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PYTHON_VERSION: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
molecule:
name: Molecule
runs-on: macos-12
runs-on: ubuntu-22.04
strategy:
matrix:
scenario:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
molecule:
name: Molecule
runs-on: macos-12
runs-on: ubuntu-22.04
strategy:
matrix:
scenario:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-single-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
molecule:
name: Molecule
runs-on: macos-12
runs-on: ubuntu-22.04
strategy:
matrix:
scenario:
Expand Down

0 comments on commit 723f07c

Please sign in to comment.