Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod committed Sep 30, 2022
1 parent c359b7c commit 366df2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
sofa_branch: [master, v21.12]
os: [ubuntu-20.04, macos-11, windows-2019]
sofa_branch: [master, v22.06]

steps:
- name: Setup SOFA and environment
id: sofa
uses: sofa-framework/sofa-setup-action@v3.0
uses: sofa-framework/sofa-setup-action@v4
with:
sofa_root: ${{ github.workspace }}/sofa
sofa_version: ${{ matrix.sofa_branch }}

sofa_scope: 'standard'
- name: Checkout source code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 366df2c

Please sign in to comment.