Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Feb 27, 2024
1 parent fe47cfe commit aac5e23
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,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-22.04, macos-13, windows-2022]
sofa_branch: [master]

steps:
Expand All @@ -29,7 +29,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_scope: 'standard'
sofa_root: ${{ github.workspace }}/sofa
Expand Down

0 comments on commit aac5e23

Please sign in to comment.