From 12e8a07005dcc7435a03fd57be18d1929b3e0dd8 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:33:26 +0100 Subject: [PATCH] Updated workflow regarding the new CI and fix compilation regarding simple api changes (#137) * Updated workflow regarding the new CI * Fix simple api since SOFA changes --------- Co-authored-by: Alex Bilger --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41863856e..5bb24afb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}