Skip to content

Commit b323f52

Browse files
committed
Update to Ubuntu 24.04 to get a more recent GNU as
1 parent 88445ee commit b323f52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/stdarch.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717

1818
strategy:
1919
fail-fast: false
@@ -36,6 +36,12 @@ jobs:
3636
- name: Install packages
3737
run: sudo apt-get install ninja-build ripgrep
3838

39+
- name: Install more recent binutils
40+
run: |
41+
echo "deb http://archive.ubuntu.com/ubuntu oracular main universe" | sudo tee /etc/apt/sources.list.d/oracular-copies.list
42+
sudo apt-get update
43+
sudo apt-get upgrade binutils
44+
3945
- name: Install Intel Software Development Emulator
4046
if: ${{ matrix.cargo_runner }}
4147
run: |

0 commit comments

Comments
 (0)