Skip to content

Commit b40b1de

Browse files
committed
Upgrade ubuntu runner to latest
1 parent 6d34f13 commit b40b1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- ruby: "2.5"
2020
gemfile: "circuitbox_2"
2121

22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
2424
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2525
BUNDLE_PATH_RELATIVE_TO_CWD: true

0 commit comments

Comments
 (0)