Skip to content

Commit c314901

Browse files
Merge pull request #16 from Couchbase-Ecosystem/fix_ubuntu_retired_image
💚 Update ubuntu test image for GHA
2 parents b949039 + c0686a4 commit c314901

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ jobs:
2727
active-model: '7.1.0'
2828
couchbase: '7.1.0'
2929
fail-fast: false
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
name: ${{ matrix.ruby }} rails-${{ matrix.active-model }} couchbase-${{ matrix.couchbase }}
3232
steps:
3333
- uses: actions/checkout@v3
34-
- run: sudo apt-get update && sudo apt-get install libevent-dev libev-dev python-httplib2
34+
- run: sudo apt-get update && sudo apt-get install libevent-dev libev-dev python3-httplib2
35+
- run: wget http://security.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.3-2ubuntu0.1_amd64.deb
36+
- run: sudo apt install ./libtinfo5_6.3-2ubuntu0.1_amd64.deb
3537
- uses: ruby/setup-ruby@v1
3638
with:
3739
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)