ci: update apt repo for sizediff toolchain

This was still at jammy (22.04), while the CI container was noble
(24.04). Somehow this didn't break, but it certainly isn't ideal to
install packages across Ubuntu versions!
This commit is contained in:
Ayke van Laethem
2024-08-19 19:56:43 +02:00
committed by Ron Evans
parent 16950780d3
commit 16cd500000
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,6 +9,8 @@ concurrency:
jobs:
sizediff:
# Note: when updating the Ubuntu version, also update the Ubuntu version in
# sizediff-install-pkgs.sh
runs-on: ubuntu-24.04
permissions:
pull-requests: write