Skip to content

Commit 1d639fb

Browse files
committed
try to update Build cross image to 2404
1 parent 8f433ad commit 1d639fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
docker-dev:
1717
name: Build cross image for ${{ matrix.target }} target
18-
runs-on: ubuntu-22.04 # Stick to 22.04 because of ppa:deadsnakes/ppa is missing smth for 24.04.
18+
runs-on: ubuntu-24.04
1919
timeout-minutes: 120
2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)