Skip to content

Commit

Permalink
refresh ci action (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored Feb 20, 2025
1 parent 11ecd38 commit 583229f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
sofa_branch: [master, v22.12]
os: [ubuntu-22.04, macos-14, windows-2022]
sofa_branch: [master]

steps:
# https://github.com/actions/runner-images/issues/6817
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup SOFA and environment
id: sofa
uses: sofa-framework/sofa-setup-action@v4
uses: sofa-framework/sofa-setup-action@v5
with:
sofa_root: ${{ github.workspace }}/sofa
sofa_version: ${{ matrix.sofa_branch }}
Expand Down

0 comments on commit 583229f

Please sign in to comment.