Skip to content

Commit

Permalink
Updated workflow regarding the new CI and fix compilation regarding s…
Browse files Browse the repository at this point in the history
…imple api changes (#137)

* Updated workflow regarding the new CI

* Fix simple api since SOFA changes

---------

Co-authored-by: Alex Bilger <[email protected]>
  • Loading branch information
bakpaul and alxbilger authored Mar 8, 2024
1 parent c00bded commit 12e8a07
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 @@ -12,13 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2019]
os: [ubuntu-22.04, macos-12, windows-2022]
sofa_branch: [master]

steps:
- 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 12e8a07

Please sign in to comment.