Skip to content

Commit 4df55fd

Browse files
committed
Use ubuntu-22.04 runner rather than ubuntu latest
1 parent b890d44 commit 4df55fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# os: [[self-hosted, linux, x64], [self-hosted, linux, arm64]]
9999
strategy:
100100
matrix:
101-
os: [ubuntu-latest, [self-hosted, linux, arm64]]
101+
os: [ubuntu-22.04, [self-hosted, linux, arm64]]
102102
runs-on: ${{ matrix.os }}
103103

104104
steps:

0 commit comments

Comments
 (0)