Skip to content

Commit

Permalink
Merge pull request godotengine#102720 from akien-mga/ci-remove-ubuntu…
Browse files Browse the repository at this point in the history
…-20.04

CI: Remove outdated reference to ubuntu-20.04
  • Loading branch information
akien-mga committed Feb 11, 2025
2 parents 4f137bb + bb78343 commit 0636a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB8B81E14DA65431D7504EA8F63F0F2B90935439
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu ${{ matrix.os == 'ubuntu-20.04' && 'focal' || 'jammy' }} main"
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu jammy main"
sudo apt-get install -qq mesa-vulkan-drivers
# TODO: Figure out somehow how to embed this one.
Expand Down

0 comments on commit 0636a14

Please sign in to comment.