Skip to content

Commit 44b9a5f

Browse files
committed
ci: Use Ubuntu 22.04 instead of latest.
1 parent b8af7df commit 44b9a5f

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
@@ -21,9 +21,9 @@ jobs:
2121
rid: osx
2222
- os: macos-latest
2323
rid: ios-arm64
24-
- os: ubuntu-latest
24+
- os: ubuntu-22.04
2525
rid: linux-x64
26-
- os: ubuntu-latest
26+
- os: ubuntu-22.04
2727
rid: android-arm64-v8a
2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)