Skip to content

Commit 4b4b31e

Browse files
De-deprecating Ubuntu 20.04
We had no warning and since Ruby removed all the existing packages, I'm adding this back so we can build it and host it ourselves
1 parent 8bebd80 commit 4b4b31e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
13+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
1414
ruby: [jruby-10.0.0.0]
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)