From acbdf4bacd234da3b6ce7a528cf10c37950d71e0 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 1 Mar 2024 21:46:04 -0800 Subject: [PATCH] .github/workflows/ci-sage.yml: Build against https://github.com/sagemath/sage/pull/37494 --- .github/workflows/ci-sage.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index 3c4c68d0c..c65a1e61b 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -83,7 +83,7 @@ jobs: linux: # https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml - uses: sagemath/sage/.github/workflows/docker.yml@develop + uses: mkoeppe/sage/.github/workflows/docker.yml@scip_9 with: # Extra system packages to install. See available packages at # https://github.com/sagemath/sage/tree/develop/build/pkgs @@ -93,7 +93,7 @@ jobs: targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt # Standard setting: Test the current beta release of Sage: sage_repo: sagemath/sage - sage_ref: develop + sage_ref: refs/pull/37494/head upstream_artifact: upstream # Docker targets (stages) to tag docker_targets: "with-targets" @@ -103,8 +103,7 @@ jobs: needs: [dist] macos: - # Use https://github.com/sagemath/sage/pull/37237 - uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024 + uses: mkoeppe/sage/.github/workflows/macos.yml@scip_9 with: # Extra system packages to install. See available packages at # https://github.com/sagemath/sage/tree/develop/build/pkgs @@ -113,6 +112,6 @@ jobs: # Sage distribution packages to build targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt sage_repo: sagemath/sage - sage_ref: refs/pull/37237/head + sage_ref: refs/pull/37494/head upstream_artifact: upstream needs: [dist]