Skip to content

Commit

Permalink
fix(CI): testing macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Nov 1, 2023
1 parent 723f07c commit 69c8d28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: ubuntu-22.04
runs-on: macos-latest
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: ubuntu-22.04
runs-on: macos-latest
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: ubuntu-22.04
runs-on: macos-latest
strategy:
matrix:
scenario:
Expand Down

0 comments on commit 69c8d28

Please sign in to comment.