Skip to content

Commit a3942a1

Browse files
committed
ci: bump ubuntu rnners version from 20.04 to 22.04
1 parent 371f845 commit a3942a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
build-linux-amd64:
6666
name: Build Linux (amd64)
67-
runs-on: ubuntu-20.04
67+
runs-on: ubuntu-22.04
6868
steps:
6969
- uses: actions/checkout@v4
7070
- run: |
@@ -78,7 +78,7 @@ jobs:
7878

7979
build-linux-arm64:
8080
name: Build Linux (arm64)
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8282
steps:
8383
- uses: actions/checkout@v4
8484
- run: |

0 commit comments

Comments
 (0)