Skip to content

Commit fb1e398

Browse files
authored
CI: Switch to ubuntu-latest (#197)
This appears to resolve issues seen when running concurrent molecule jobs inside containers.
1 parent 521ea02 commit fb1e398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# as the container command is flaky.
1515
# This job builds an image using the upstream rockylinux:9.3 image which ensures
1616
# that the image used for the molecule workflow is always updated.
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1818
defaults:
1919
run:
2020
working-directory: molecule/images
@@ -36,7 +36,7 @@ jobs:
3636

3737
molecule:
3838
name: Molecule
39-
runs-on: ubuntu-22.04
39+
runs-on: ubuntu-latest
4040
needs: build
4141
strategy:
4242
fail-fast: false
@@ -108,7 +108,7 @@ jobs:
108108

109109
checks:
110110
name: Checks
111-
runs-on: ubuntu-22.04
111+
runs-on: ubuntu-latest
112112
steps:
113113
- name: Check out the codebase.
114114
uses: actions/checkout@v3

0 commit comments

Comments
 (0)