Skip to content

Commit

Permalink
Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Oct 19, 2024
1 parent 2866e0b commit 904ea4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ton-nix-python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
arch: [aarch64]
os: [macOS]
os: [macos-15]
python: [312]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ton-nix-python-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
os: [Linux, macOS]
os: [Linux, macos-15]
python: [39, 310, 311]
exclude:
- # covered by ton-x86_64-linux-python.yml
Expand Down

0 comments on commit 904ea4e

Please sign in to comment.