Skip to content

Commit bfbd47c

Browse files
committed
update ubuntu version in ci to latest
1 parent 58b047e commit bfbd47c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
# and secondarily because jobs are performed concurrently.
77
gha-job-authlogic-lint:
88
name: Lint
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout source
1212
uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
2525
# The test job is a matrix of ruby/rails versions.
2626
gha-job-authlogic-test:
2727
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}.rb
28-
runs-on: ubuntu-18.04
28+
runs-on: ubuntu-latest
2929
services:
3030
gha-service-authlogic-mysql:
3131
env:

0 commit comments

Comments
 (0)