Skip to content

Commit

Permalink
github actions: do not use 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Feb 12, 2025
1 parent f1f0245 commit cd610e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
linux-nounity:
#linux build with unity/precompiled headers disabled
name: no-unity-build
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-24.04]

steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
linux:
#linux build including indent, examples and documentation
name: indent+documentation
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-24.04]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cd610e2

Please sign in to comment.