Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Sep 11, 2023
1 parent 13c4758 commit 72d6215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [macos-11, macos-12]
version: [macos-13, macos-12]

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

Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [macos-11, macos-12]
version: [macos-13, macos-12]

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

Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-12]
os: [macos-13, macos-12]

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/voidlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

steps:
- run: xbps-install -Suy xbps
- run: xbps-install -Suy ca-certificates
- run: xbps-install -Suy cmake ninja gcc pkg-config libcurl-devel libgit2-devel libarchive-devel libyaml-devel jansson-devel sqlite-devel

# https://github.com/actions/checkout/issues/334
Expand Down

0 comments on commit 72d6215

Please sign in to comment.