Skip to content

Commit

Permalink
[CI] Update workflow to match branch name (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Dec 20, 2024
1 parent fb2a803 commit 60e220e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]
sofa_branch: [master]
sofa_branch: [v24.12]

steps:
- name: Setup SOFA and environment
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, windows-2022]
sofa_branch: [master]
sofa_branch: [v24.12]

steps:
- name: Setup SOFA and environment
Expand Down

0 comments on commit 60e220e

Please sign in to comment.