Skip to content

Commit

Permalink
Bump CI from Ubuntu 20.04 to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney committed Feb 11, 2025
1 parent 3538429 commit 674045b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
- name: Run C# example
run: |
${{ github.workspace }}\cs\example\bin\x64\Release\example.exe
ubuntu-20-java11:
runs-on: ubuntu-20.04
ubuntu-22-java11:
runs-on: ubuntu-22.04
strategy:
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
matrix:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
java -Djava.library.path=${{ runner.temp }}/fesapi-install/lib -cp `find ${{ runner.temp }}/fesapi-install -name fesapiJava*.jar`:. com.f2i_consulting.example.FesapiJavaExample
- uses: actions/upload-artifact@v4
with:
name: ubuntu-20.04-${{ matrix.cxx }}
name: ubuntu-22.04-${{ matrix.cxx }}
path: ${{ runner.temp }}/fesapi-install
build_wheels_windows:
name: Build wheels on windows-latest
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
name: cibw-wheels-macosx_arm64
path: ./wheelhouse/*.whl
ubuntu-20-mpi:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
${{ github.workspace }}/../build/test/unitTest
webassembly:
if: false
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: mymindstorm/setup-emsdk@v11
- uses: actions/checkout@v4
Expand Down

0 comments on commit 674045b

Please sign in to comment.