mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-30 08:26:41 -05:00
Migrate MacOS 13 to 15-intel (#1968)
This commit is contained in:
parent
0a43b2b2bc
commit
29b79f72fc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-2025]
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15-intel, macos-15, windows-2025]
|
||||
include:
|
||||
- os: ubuntu-24.04
|
||||
arch: x86_64
|
||||
- os: ubuntu-24.04-arm
|
||||
arch: aarch64
|
||||
- os: macos-13
|
||||
- os: macos-15-intel
|
||||
arch: x86_64
|
||||
- os: macos-15
|
||||
arch: aarch64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue