We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521ea02 commit fb1e398Copy full SHA for fb1e398
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
# as the container command is flaky.
15
# This job builds an image using the upstream rockylinux:9.3 image which ensures
16
# that the image used for the molecule workflow is always updated.
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
18
defaults:
19
run:
20
working-directory: molecule/images
@@ -36,7 +36,7 @@ jobs:
36
37
molecule:
38
name: Molecule
39
40
needs: build
41
strategy:
42
fail-fast: false
@@ -108,7 +108,7 @@ jobs:
108
109
checks:
110
name: Checks
111
112
steps:
113
- name: Check out the codebase.
114
uses: actions/checkout@v3
0 commit comments