Skip to content

Commit 0636a14

Browse files
committed
Merge pull request #102720 from akien-mga/ci-remove-ubuntu-20.04
CI: Remove outdated reference to ubuntu-20.04
2 parents 4f137bb + bb78343 commit 0636a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
117117
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB8B81E14DA65431D7504EA8F63F0F2B90935439
118-
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu ${{ matrix.os == 'ubuntu-20.04' && 'focal' || 'jammy' }} main"
118+
sudo add-apt-repository "deb https://ppa.launchpadcontent.net/kisak/turtle/ubuntu jammy main"
119119
sudo apt-get install -qq mesa-vulkan-drivers
120120
121121
# TODO: Figure out somehow how to embed this one.

0 commit comments

Comments
 (0)