We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d34f13 commit b40b1deCopy full SHA for b40b1de
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- ruby: "2.5"
20
gemfile: "circuitbox_2"
21
22
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
23
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
24
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
25
BUNDLE_PATH_RELATIVE_TO_CWD: true
0 commit comments