|
41 | 41 | fail-fast: false
|
42 | 42 | matrix:
|
43 | 43 | compiler: ['v142', 'v143', 'ClangCL']
|
44 |
| - arch: ['ARM', 'ARM64'] |
| 44 | + arch: ['ARM64'] # 'ARM' SDK seems to be missing on GHA now |
45 | 45 | exclude:
|
46 | 46 | - compiler: ClangCL
|
47 | 47 | arch: ARM
|
@@ -143,7 +143,7 @@ jobs:
|
143 | 143 | - run: sudo apt install -y libc6:i386 libstdc++6:i386
|
144 | 144 | if: ${{ matrix.t.arch == 'i386' }}
|
145 | 145 | - 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 |
147 | 147 | sudo apt update
|
148 | 148 | if: ${{ matrix.t.arch == 'riscv64' || matrix.t.arch == 'riscv32' || matrix.t.arch == 'i386' }} # RVV unavailable in Ubuntu 22.04's qemu
|
149 | 149 | - run: sudo apt install -y --no-install-recommends qemu-user-static
|
@@ -214,7 +214,7 @@ jobs:
|
214 | 214 | - run: sudo apt install -y libc6:i386 libstdc++6:i386
|
215 | 215 | if: ${{ matrix.t.arch == 'i386' }}
|
216 | 216 | - 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 |
218 | 218 | sudo apt update
|
219 | 219 | if: ${{ matrix.t.arch == 'riscv64' || matrix.t.arch == 'riscv32' || matrix.t.arch == 'i386' }} # RVV unavailable in Ubuntu 22.04's qemu
|
220 | 220 | - run: sudo apt install -y --no-install-recommends qemu-user-static
|
@@ -375,7 +375,7 @@ jobs:
|
375 | 375 | timeout-minutes: 45
|
376 | 376 | steps:
|
377 | 377 | - 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 |
379 | 379 | - run: sudo apt update && sudo apt install -y pocl-opencl-icd
|
380 | 380 | - run: |
|
381 | 381 | mkdir test/gf16/build
|
|
0 commit comments