Skip to content

Commit 5e2f13a

Browse files
committed
Update workflows
1 parent e3102bd commit 5e2f13a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/clang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,12 +548,12 @@ jobs:
548548
- name: Bionic in Focal (x64)
549549
if: matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04'
550550
run: |
551-
echo "deb http://ports.ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
551+
echo "deb http://archive.ubuntu.com/ubuntu/ bionic main universe" | tee -a /etc/apt/sources.list
552552
apt-get update
553553
- name: Bionic in Focal (ARM64)
554554
if: matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04-arm'
555555
run: |
556-
echo "deb http://archive.ubuntu.com/ubuntu/ bionic main universe" | tee -a /etc/apt/sources.list
556+
echo "deb http://ports.ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
557557
apt-get update
558558
- name: Checkout
559559
uses: actions/checkout@v6

.github/workflows/gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,12 @@ jobs:
403403
- name: Bionic in Focal (x64)
404404
if: matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04'
405405
run: |
406-
echo "deb http://ports.ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
406+
echo "deb http://archive.ubuntu.com/ubuntu/ bionic main universe" | tee -a /etc/apt/sources.list
407407
apt-get update
408408
- name: Bionic in Focal (ARM64)
409409
if: matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04-arm'
410410
run: |
411-
echo "deb http://archive.ubuntu.com/ubuntu/ bionic main universe" | tee -a /etc/apt/sources.list
411+
echo "deb http://ports.ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
412412
apt-get update
413413
- name: Checkout
414414
uses: actions/checkout@v6

0 commit comments

Comments
 (0)