Skip to content

Commit ae81e0d

Browse files
committed
upgrade distro to 22.04
1 parent b14f0e7 commit ae81e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-uc2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ jobs:
479479
artifact: 'ubuntu-cmake-aarch64.7z',
480480
archiver: '7z a',
481481
generators: 'Ninja',
482-
distro: ubuntu20.04
482+
distro: ubuntu22.04
483483
}
484484
- {
485485
os: ubuntu-latest,
@@ -490,7 +490,7 @@ jobs:
490490
artifact: 'ubuntu-cmake-ppc64le.7z',
491491
archiver: '7z a',
492492
generators: 'Ninja',
493-
distro: ubuntu20.04
493+
distro: ubuntu22.04
494494
}
495495
compiler: [ gcc ]
496496
steps:

0 commit comments

Comments
 (0)