Skip to content

Commit

Permalink
Merge pull request #38 from increments/update-ubuntu-runner-to-20.04
Browse files Browse the repository at this point in the history
Update Ubuntu Actions runner image from 18.04 to 20.04
  • Loading branch information
ohakutsu authored Feb 9, 2024
2 parents 3e747cd + 742bcc2 commit 543a1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-18.04', 'ubuntu-latest', 'macos-latest']
os: ['ubuntu-20.04', 'ubuntu-latest', 'macos-latest']
ruby: [2.6, 2.7, 3.0, 3.1]
experimental: [false]
include:
Expand Down

0 comments on commit 543a1c6

Please sign in to comment.