Skip to content

Commit

Permalink
update github actions to use Ubuntu 24.04 build server
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Nov 23, 2024
1 parent 5b17753 commit 49d99d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
build-type: [ Debug, Release ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
build-type: [ Debug, Release ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 49d99d5

Please sign in to comment.