Skip to content

Commit cc923a4

Browse files
committed
Merge branch 'js/ci-github-update-ubuntu'
This is Exhibit B to make the case that maintenance is always required, a software is never "done". Signed-off-by: Johannes Schindelin <[email protected]>
2 parents ad810bf + 832d9f6 commit cc923a4

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -449,20 +449,11 @@ jobs:
449449
if: needs.ci-config.outputs.enabled == 'yes'
450450
env:
451451
jobname: sparse
452-
runs-on: ubuntu-20.04
452+
runs-on: ubuntu-22.04
453453
concurrency:
454454
group: sparse-${{ github.ref }}
455455
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
456456
steps:
457-
- name: Download a current `sparse` package
458-
# Ubuntu's `sparse` version is too old for us
459-
uses: git-for-windows/get-azure-pipelines-artifact@v0
460-
with:
461-
repository: git/git
462-
definitionId: 10
463-
artifact: sparse-20.04
464-
- name: Install the current `sparse` package
465-
run: sudo dpkg -i sparse-20.04/sparse_*.deb
466457
- uses: actions/checkout@v4
467458
- name: Install other dependencies
468459
run: ci/install-dependencies.sh

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ StaticAnalysis)
119119
sparse)
120120
sudo apt-get -q update -q
121121
sudo apt-get -q -y install libssl-dev libcurl4-openssl-dev \
122-
libexpat-dev gettext zlib1g-dev
122+
libexpat-dev gettext zlib1g-dev sparse
123123
;;
124124
Documentation)
125125
sudo apt-get -q update

0 commit comments

Comments
 (0)