Skip to content

Commit 208eb1a

Browse files
committed
fix: set ubuntu version to 24.04 to try to address #4347
Signed-off-by: deadprogram <[email protected]>
1 parent 2920492 commit 208eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sizediff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
sizediff:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
pull-requests: write
1515
steps:

0 commit comments

Comments
 (0)