Skip to content

Commit

Permalink
ci: update Ubuntu version in build workflow to 22.04
Browse files Browse the repository at this point in the history
chenmozhijin committed Jan 19, 2025
1 parent 85cea78 commit 0462757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -18,12 +18,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-latest, windows-latest]
os: [macos-13, ubuntu-22.04, windows-latest]
arch: [x64]
include:
- os: macos-latest
arch: arm64
- os: ubuntu-24.04-arm
- os: ubuntu-22.04-arm
arch: arm64

runs-on: ${{ matrix.os }}

0 comments on commit 0462757

Please sign in to comment.