Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Dec 13, 2024
1 parent 2c1767a commit ca0b86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: ['10.7', '11.3']
tag: [12, 11]

container: debian:${{ matrix.tag }}

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [14, 13, 12]
version: [15, 14, 13]

runs-on: macos-${{ matrix.version }}

Expand Down Expand Up @@ -67,8 +67,6 @@ jobs:
- run: ./ndk-pkg install libzip




- run: ./ndk-pkg info-installed libzip --prefix
- run: ./ndk-pkg info-installed libzip --files
- run: ./ndk-pkg info-installed libzip version
Expand Down

0 comments on commit ca0b86e

Please sign in to comment.