From 625335c89d09caa699f23e20e91d775002aeaf7d Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Thu, 27 Oct 2022 10:28:48 +0900 Subject: [PATCH] Update ci conf, master uses SOFA master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a1ac31..0cbdcb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-11, windows-2019] - sofa_branch: [master, v22.06] + sofa_branch: [master] steps: - name: Setup SOFA and environment