Skip to content

Commit 522c354

Browse files
ci: update github action runner image to ubuntu-latest (#4120) (#4121)
* ci: update github action runner image to Ubuntu 22.04 * use ubuntu-latest instead (cherry picked from commit bf20693) Co-authored-by: Tahir H. Butt <[email protected]>
1 parent eb11df1 commit 522c354

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- os: ubuntu-18.04
24+
- os: ubuntu-latest
2525
archs: x86_64 i686
26-
- os: ubuntu-18.04
26+
- os: ubuntu-latest
2727
archs: aarch64
2828
- os: windows-latest
2929
archs: AMD64 x86
@@ -71,9 +71,9 @@ jobs:
7171
strategy:
7272
matrix:
7373
include:
74-
- os: ubuntu-18.04
74+
- os: ubuntu-latest
7575
archs: x86_64 i686
76-
- os: ubuntu-18.04
76+
- os: ubuntu-latest
7777
archs: aarch64
7878
- os: windows-latest
7979
archs: AMD64 x86

0 commit comments

Comments
 (0)