22.04 build?
This commit is contained in:
parent
d3429f8bb0
commit
19aad352ad
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- platform: "macos-latest" # for Intel based macs.
|
||||
args: "--target x86_64-apple-darwin"
|
||||
target: "x86_64-apple-darwin"
|
||||
- platform: "ubuntu-24.04"
|
||||
- platform: "ubuntu-22.04"
|
||||
args: ""
|
||||
target: "x86_64-unknown-linux-gnu"
|
||||
- platform: "windows-latest"
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
|||
if: contains(inputs.platform, 'ubuntu')
|
||||
run: |
|
||||
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
|
||||
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.3.290-noble.list https://packages.lunarg.com/vulkan/1.3.290/lunarg-vulkan-1.3.290-noble.list
|
||||
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.3.290-jammy.list https://packages.lunarg.com/vulkan/1.3.290/lunarg-vulkan-1.3.290-jammy.list
|
||||
sudo apt update
|
||||
sudo apt install vulkan-sdk -y
|
||||
sudo apt-get install -y mesa-vulkan-drivers
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- platform: "macos-latest" # for Intel based macs.
|
||||
args: "--target x86_64-apple-darwin"
|
||||
target: "x86_64-apple-darwin"
|
||||
- platform: "ubuntu-24.04"
|
||||
- platform: "ubuntu-22.04"
|
||||
args: ""
|
||||
target: "x86_64-unknown-linux-gnu"
|
||||
- platform: "windows-latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue