tarantool / queue

Create task queues, add and take jobs, monitor failed tasks
Other
234 stars 52 forks source link

cd: downgrade a runner image to ubuntu-18.04 #189

Closed oleg-jukovec closed 1 year ago

oleg-jukovec commented 1 year ago

Due to a bug [1], packaging for Centos 7 does not work on ubuntu-latest. We need to downgrade a GitHub Actions runner image version until the problem is fixed.

  1. https://github.com/packpack/packpack/issues/145