Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI (macOS 12 deprecated) #2977

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build Bisq on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, macos-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

uses: ./.github/workflows/build_bisq_module.yml
with:
Expand All @@ -26,7 +26,7 @@ jobs:
name: Build apps module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, macos-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

uses: ./.github/workflows/build_bisq_module.yml
with:
Expand All @@ -38,7 +38,7 @@ jobs:
name: Build network module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, macos-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

uses: ./.github/workflows/build_bisq_module.yml
with:
Expand All @@ -50,7 +50,7 @@ jobs:
name: Build tor module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, macos-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

uses: ./.github/workflows/build_bisq_module.yml
with:
Expand All @@ -62,10 +62,10 @@ jobs:
name: Build wallet module on ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, macos-12, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest ]

uses: ./.github/workflows/build_bisq_module.yml
with:
os: ${{ matrix.os }}
name: wallet module
build-root-dir: wallets
build-root-dir: wallets
Loading