@@ -220,7 +220,7 @@ jobs:
220
220
combine :
221
221
name : Combine
222
222
needs : [build-photonlib-docker, build-photonlib-host]
223
- runs-on : ubuntu-latest
223
+ runs-on : ubuntu-22.04
224
224
steps :
225
225
- uses : actions/checkout@v4
226
226
with :
@@ -261,11 +261,11 @@ jobs:
261
261
artifact-name : macOSArm
262
262
architecture : x64
263
263
arch-override : macarm64
264
- - os : ubuntu-latest
264
+ - os : ubuntu-22.04
265
265
artifact-name : Linux
266
266
architecture : x64
267
267
arch-override : linuxx64
268
- - os : ubuntu-latest
268
+ - os : ubuntu-22.04
269
269
artifact-name : LinuxArm64
270
270
architecture : x64
271
271
arch-override : linuxarm64
@@ -319,7 +319,7 @@ jobs:
319
319
fail-fast : false
320
320
matrix :
321
321
include :
322
- - os : ubuntu-latest
322
+ - os : ubuntu-22.04
323
323
artifact-name : jar-Linux
324
324
extraOpts : -Djdk.lang.Process.launchMechanism=vfork
325
325
- os : windows-latest
@@ -358,7 +358,7 @@ jobs:
358
358
fail-fast : false
359
359
matrix :
360
360
include :
361
- - os : ubuntu-latest
361
+ - os : ubuntu-22.04
362
362
artifact-name : LinuxArm64
363
363
image_suffix : RaspberryPi
364
364
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-4/photonvision_raspi.img.xz
@@ -397,43 +397,43 @@ jobs:
397
397
fail-fast : false
398
398
matrix :
399
399
include :
400
- - os : ubuntu-latest
400
+ - os : ubuntu-22.04
401
401
artifact-name : LinuxArm64
402
402
image_suffix : RaspberryPi
403
403
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-4/photonvision_raspi.img.xz
404
404
cpu : cortex-a7
405
405
image_additional_mb : 0
406
- - os : ubuntu-latest
406
+ - os : ubuntu-22.04
407
407
artifact-name : LinuxArm64
408
408
image_suffix : limelight2
409
409
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-4/photonvision_limelight.img.xz
410
410
cpu : cortex-a7
411
411
image_additional_mb : 0
412
- - os : ubuntu-latest
412
+ - os : ubuntu-22.04
413
413
artifact-name : LinuxArm64
414
414
image_suffix : limelight3
415
415
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-4/photonvision_limelight3.img.xz
416
416
cpu : cortex-a7
417
417
image_additional_mb : 0
418
- - os : ubuntu-latest
418
+ - os : ubuntu-22.04
419
419
artifact-name : LinuxArm64
420
420
image_suffix : orangepi5
421
421
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-3/photonvision_opi5.img.xz
422
422
cpu : cortex-a8
423
423
image_additional_mb : 1024
424
- - os : ubuntu-latest
424
+ - os : ubuntu-22.04
425
425
artifact-name : LinuxArm64
426
426
image_suffix : orangepi5b
427
427
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-3/photonvision_opi5b.img.xz
428
428
cpu : cortex-a8
429
429
image_additional_mb : 1024
430
- - os : ubuntu-latest
430
+ - os : ubuntu-22.04
431
431
artifact-name : LinuxArm64
432
432
image_suffix : orangepi5plus
433
433
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-3/photonvision_opi5plus.img.xz
434
434
cpu : cortex-a8
435
435
image_additional_mb : 1024
436
- - os : ubuntu-latest
436
+ - os : ubuntu-22.04
437
437
artifact-name : LinuxArm64
438
438
image_suffix : orangepi5pro
439
439
image_url : https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-3/photonvision_opi5pro.img.xz
0 commit comments