mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: use ubuntu 22.04 instead of 20.04 everywhere
This commit is contained in:
@@ -15,16 +15,16 @@ MACOS = "macos"
|
||||
|
||||
OSES = {LINUX, MACOS}
|
||||
|
||||
PR_OSES = {LINUX: "ubuntu-20.04"}
|
||||
PR_OSES = {LINUX: "ubuntu-22.04"}
|
||||
PR_PYTHON_VERSIONS = ["3.7"]
|
||||
PR_CONF = {"os": PR_OSES, "python": PR_PYTHON_VERSIONS}
|
||||
|
||||
PUSH_TO_MAIN_OSES = {LINUX: "ubuntu-20.04"}
|
||||
PUSH_TO_MAIN_OSES = {LINUX: "ubuntu-22.04"}
|
||||
PUSH_TO_MAIN_PYTHON_VERSIONS = ["3.7"]
|
||||
PUSH_TO_MAIN_CONF = {"os": PUSH_TO_MAIN_OSES, "python": PUSH_TO_MAIN_PYTHON_VERSIONS}
|
||||
|
||||
WEEKLY_OSES = {
|
||||
LINUX: "ubuntu-20.04",
|
||||
LINUX: "ubuntu-22.04",
|
||||
MACOS: "macos-11",
|
||||
}
|
||||
WEEKLY_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
|
||||
@@ -32,7 +32,7 @@ WEEKLY_CONF = {"os": WEEKLY_OSES, "python": WEEKLY_PYTHON_VERSIONS}
|
||||
|
||||
# The OSes here are to indicate the OSes used for runners during release
|
||||
RELEASE_OSES = {
|
||||
LINUX: "ubuntu-20.04",
|
||||
LINUX: "ubuntu-22.04",
|
||||
# TODO: https://github.com/zama-ai/concrete-numpy-internal/issues/1340
|
||||
# Re-enable macOS for release once we have the duration of the tests
|
||||
# MACOS: "macos-10.15",
|
||||
|
||||
Reference in New Issue
Block a user