Skip to content

Commit f2ad702

Browse files
committed
use ubuntu 22
1 parent e80a550 commit f2ad702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
include:
1111
- arch: amd64
12-
runner: ubuntu-latest
12+
runner: ubuntu-22.04
1313
- arch: arm64
14-
runner: ubuntu-24.04-arm
14+
runner: ubuntu-22.04-arm
1515
runs-on: ${{ matrix.runner }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)