Skip to content

Commit

Permalink
Merge pull request #58 from onekey-sec/fix-macos-ci
Browse files Browse the repository at this point in the history
ci: replace macos-latest by macos-13
  • Loading branch information
vlaci authored Jun 3, 2024
2 parents cb989fb + 6292b27 commit 2124623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
arch: x86_64-linux
- os: ubuntu-latest
arch: aarch64-linux
- os: macos-latest
- os: macos-13
arch: x86_64-darwin
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
EOF
wheel-macos:
runs-on: macos-latest
runs-on: macos-13
needs: [checks, pytest, pyright]
strategy:
matrix:
Expand Down

0 comments on commit 2124623

Please sign in to comment.