Skip to content

Commit

Permalink
Use Ubuntu 24.04 to build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Dec 1, 2024
1 parent 9cfd9a7 commit c039669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
Linux:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

env:
BUILD_TYPE: Release
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:


Emscripten:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c039669

Please sign in to comment.