Skip to content

Commit

Permalink
Update to Ubuntu 24.04 to get a more recent GNU as
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Sep 24, 2024
1 parent 88445ee commit 0a52b65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/stdarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand All @@ -36,6 +36,12 @@ jobs:
- name: Install packages
run: sudo apt-get install ninja-build ripgrep

- name: Install more recent binutils
run: |
echo "deb http://archive.ubuntu.com/ubuntu oracular main universe" | sudo tee /etc/apt/sources.list.d/oracular-copies.list
sudo apt-get update
sudo apt-get install binutils
- name: Install Intel Software Development Emulator
if: ${{ matrix.cargo_runner }}
run: |
Expand Down

0 comments on commit 0a52b65

Please sign in to comment.