File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 - platform : " macos-latest" # for Intel based macs.
1717 args : " --target x86_64-apple-darwin"
1818 target : " x86_64-apple-darwin"
19- - platform : " ubuntu-24 .04"
19+ - platform : " ubuntu-22 .04"
2020 args : " "
2121 target : " x86_64-unknown-linux-gnu"
2222 - platform : " windows-latest"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 if : contains(inputs.platform, 'ubuntu')
109109 run : |
110110 wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
111- 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
111+ 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
112112 sudo apt update
113113 sudo apt install vulkan-sdk -y
114114 sudo apt-get install -y mesa-vulkan-drivers
Original file line number Diff line number Diff line change 2020 - platform : " macos-latest" # for Intel based macs.
2121 args : " --target x86_64-apple-darwin"
2222 target : " x86_64-apple-darwin"
23- - platform : " ubuntu-24 .04"
23+ - platform : " ubuntu-22 .04"
2424 args : " "
2525 target : " x86_64-unknown-linux-gnu"
2626 - platform : " windows-latest"
You can’t perform that action at this time.
0 commit comments