Skip to content

Commit b328702

Browse files
committed
address review: remove runner version downgrade
1 parent 39d1e6b commit b328702

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: 'Check if generated files are up to date'
9191
# Don't use ubuntu-latest but a specific version to make the job
9292
# reproducible: to get the same tools versions (autoconf, aclocal, ...)
93-
runs-on: ubuntu-22.04
93+
runs-on: ubuntu-24.04
9494
timeout-minutes: 60
9595
needs: build-context
9696
if: needs.build-context.outputs.run-tests == 'true'
@@ -110,9 +110,7 @@ jobs:
110110
# Include env.pythonLocation in key to avoid changes in environment when setup-python updates Python
111111
key: ${{ github.job }}-${{ env.IMAGE_OS_VERSION }}-${{ needs.build-context.outputs.config-hash }}-${{ env.pythonLocation }}
112112
- name: Install dependencies
113-
run: |
114-
sudo ./.github/workflows/posix-deps-apt.sh
115-
sudo apt-get -yq install libmpdec-dev
113+
run: sudo ./.github/workflows/posix-deps-apt.sh
116114
- name: Add ccache to PATH
117115
run: echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
118116
- name: Configure ccache action

0 commit comments

Comments
 (0)