Skip to content

Commit 2aae7da

Browse files
authored
Github action 20.04 runner EOL (#77)
* Github action 20.04 runner EOL * Require 'logger' * Rely on updated aptible_resource gem
1 parent 88fbe09 commit 2aae7da

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
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: Run tests on Ruby ${{ matrix.RUBY_VERSION }}
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)