We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b949039 + c0686a4 commit c314901Copy full SHA for c314901
1 file changed
.github/workflows/test.yml
@@ -27,11 +27,13 @@ jobs:
27
active-model: '7.1.0'
28
couchbase: '7.1.0'
29
fail-fast: false
30
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
31
name: ${{ matrix.ruby }} rails-${{ matrix.active-model }} couchbase-${{ matrix.couchbase }}
32
steps:
33
- uses: actions/checkout@v3
34
- - run: sudo apt-get update && sudo apt-get install libevent-dev libev-dev python-httplib2
+ - 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
37
- uses: ruby/setup-ruby@v1
38
with:
39
ruby-version: ${{ matrix.ruby }}
0 commit comments