Skip to content

Commit

Permalink
Pinned Ubuntu version in package workflow to 22.04 (#7545)
Browse files Browse the repository at this point in the history
GitHub Actions using `ubuntu-latest` have been changed to use
`ubuntu-24.04` instead by default
(actions/runner-images#10636) which breaks our
APT-ARM64 package workflow. This pins the version back to `ubuntu-22.04`
to avoid this.

Disable-check: force-changelog-file
  • Loading branch information
kpan2034 authored Dec 18, 2024
1 parent 93a5a92 commit 155efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: APT ARM64 packages
jobs:
apt_tests:
name: APT ARM64 ${{ matrix.image }} PG${{ matrix.pg }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 155efa1

Please sign in to comment.