Skip to content

Commit

Permalink
Use Ubuntu 20.04 instead of deprecated 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Feb 22, 2023
1 parent 72342e4 commit 08fb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/truffle_ruby.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 08fb887

Please sign in to comment.