crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

GHA runners `ubuntu-18.04` and `macos-10.15` are deprecated #444

Closed amotl closed 2 years ago

amotl commented 2 years ago

Hi there,

the nightly job run [1] told us that GHA runners ubuntu-18.04 and macos-10.15 are deprecated [2,3]. This patch removes them from the list where to run the Nightly jobs on.

With kind regards, Andreas.

[1] https://github.com/crate/crate-python/actions/runs/3004766690 [2] https://github.com/actions/runner-images/issues/6002 [3] https://github.com/actions/runner-images/issues/5583