Skip to content

Commit

Permalink
Merge pull request tock#4296 from tock/dev/github-actions-ubuntu-24.04
Browse files Browse the repository at this point in the history
Prepare GitHub Actions workflows for Ubuntu 24.04
  • Loading branch information
bradjc authored Jan 7, 2025
2 parents 6126d9e + 6e21580 commit 5a18083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
continue-on-error: true
run: |
sudo apt install meson
sudo apt install meson libglib2.0-dev
- uses: actions/checkout@v4
- name: ci-job-qemu
run: make ci-job-qemu
2 changes: 1 addition & 1 deletion .github/workflows/litex_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
litex-sim-ci:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]

# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5a18083

Please sign in to comment.