Skip to content

Commit 32436df

Browse files
committed
Try GHA test fixes
1 parent 46d3a32 commit 32436df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
compiler: ['v142', 'v143', 'ClangCL']
44-
arch: ['ARM', 'ARM64']
44+
arch: ['ARM64'] # 'ARM' SDK seems to be missing on GHA now
4545
exclude:
4646
- compiler: ClangCL
4747
arch: ARM
@@ -143,7 +143,7 @@ jobs:
143143
- run: sudo apt install -y libc6:i386 libstdc++6:i386
144144
if: ${{ matrix.t.arch == 'i386' }}
145145
- run: |
146-
echo -e "deb http://azure.archive.ubuntu.com/ubuntu mantic main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/mantic.list
146+
echo -e "deb http://azure.archive.ubuntu.com/ubuntu noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/noble.list
147147
sudo apt update
148148
if: ${{ matrix.t.arch == 'riscv64' || matrix.t.arch == 'riscv32' || matrix.t.arch == 'i386' }} # RVV unavailable in Ubuntu 22.04's qemu
149149
- run: sudo apt install -y --no-install-recommends qemu-user-static
@@ -214,7 +214,7 @@ jobs:
214214
- run: sudo apt install -y libc6:i386 libstdc++6:i386
215215
if: ${{ matrix.t.arch == 'i386' }}
216216
- run: |
217-
echo -e "deb http://azure.archive.ubuntu.com/ubuntu mantic main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/mantic.list
217+
echo -e "deb http://azure.archive.ubuntu.com/ubuntu noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/noble.list
218218
sudo apt update
219219
if: ${{ matrix.t.arch == 'riscv64' || matrix.t.arch == 'riscv32' || matrix.t.arch == 'i386' }} # RVV unavailable in Ubuntu 22.04's qemu
220220
- run: sudo apt install -y --no-install-recommends qemu-user-static
@@ -375,7 +375,7 @@ jobs:
375375
timeout-minutes: 45
376376
steps:
377377
- uses: actions/checkout@v3
378-
- run: echo -e "deb http://azure.archive.ubuntu.com/ubuntu lunar main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/lunar.list
378+
- run: echo -e "deb http://azure.archive.ubuntu.com/ubuntu noble main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/noble.list
379379
- run: sudo apt update && sudo apt install -y pocl-opencl-icd
380380
- run: |
381381
mkdir test/gf16/build

0 commit comments

Comments
 (0)