Skip to content

Commit

Permalink
Update CI to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer authored May 20, 2024
1 parent f08c7f6 commit 0de6970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
artifactUploadName: "swiftshader-windows-x64"
artifactLocation: "build_out/Windows/"
- name: Linux
os: ubuntu-22.04
os: ubuntu-24.04
generator: "Unix Makefiles"
env: "CXX=/usr/bin/g++-13"
env: "CXX=/usr/bin/g++-14"
options: "-DCMAKE_BUILD_TYPE=Release"
artifactUploadName: "swiftshader-ubuntu22.04-x64"
artifactUploadName: "swiftshader-ubuntu24.04-x64"
artifactLocation: "build_out/Linux/"

name: ${{ matrix.name }}
Expand Down

0 comments on commit 0de6970

Please sign in to comment.