We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b047e commit bfbd47cCopy full SHA for bfbd47c
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
# and secondarily because jobs are performed concurrently.
7
gha-job-authlogic-lint:
8
name: Lint
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
steps:
11
- name: Checkout source
12
uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
25
# The test job is a matrix of ruby/rails versions.
26
gha-job-authlogic-test:
27
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}.rb
28
29
services:
30
gha-service-authlogic-mysql:
31
env:
0 commit comments