From f34b97e7927f5844034db94ee42969a02fe6d00e Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 13 May 2026 10:11:22 +1200 Subject: [PATCH 1/2] Fix branch name in ci.yml and format_check.yml --- .github/workflows/ci.yml | 2 +- .github/workflows/format_check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 836d755..ff89b84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: types: [opened, synchronize, reopened] # needed to allow julia-actions/cache to delete old caches that it has created diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index 9ebf405..330ab40 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -2,7 +2,7 @@ name: format-check on: push: branches: - - master + - main - release-* pull_request: types: [opened, synchronize, reopened] From 3ae234c2244f13852a8d431bfcc70f331a913d95 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 13 May 2026 10:20:31 +1200 Subject: [PATCH 2/2] Update --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 61e8c53..aa018e3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,6 +3,7 @@ HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" MathOptLazy = "5d5fe9b5-b0a4-4485-81f6-7b1b939155e1" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] HiGHS = "1"