Skip to content

Commit

Permalink
Switch to ubuntu-22.04 image for linux build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmokstad committed Jan 19, 2025
1 parent 30d81d2 commit c90d35e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build-doc:
name: Build API documentation

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Install doxygen and sphinx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_fmu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-linux:
name: Build FMU for Linux

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Silence some advice and hint
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

needs: [ build-linux, build-win ]

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Silence some advice and hint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_solvers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
publish-solvers:
name: Publish solver packages

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Silence some advice and hint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-and-test:
name: Build solvers and execute tests

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Install googletest
Expand Down

0 comments on commit c90d35e

Please sign in to comment.