Skip to content

Commit da74ac1

Browse files
committed
Merge branch 'main' into fine_william___fine
2 parents e51c22a + 35291ee commit da74ac1

File tree

152 files changed

+1812
-1562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+1812
-1562
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ updates:
2525
schedule:
2626
interval: "weekly"
2727
day: "tuesday"
28-
open-pull-requests-limit: 10
28+
open-pull-requests-limit: 30
2929
rebase-strategy: auto
3030
labels:
3131
- dependencies

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
build:
4949
name: Benchmarks
50-
runs-on: benchmark
50+
runs-on: ${{ github.repository_owner == 'Chia-Network' && 'benchmark' || 'ubuntu-latest' }}
5151
needs:
5252
- setup
5353
container:

.github/workflows/build-linux-installer-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
madmax-suffix: "x86-64"
6060
bladebit-suffix: "ubuntu-x86-64.tar.gz"
6161
arch-artifact-name: intel
62-
- runs-on: [Linux, ARM64]
62+
- runs-on: ubuntu-24.04-arm
6363
arch: arm64
6464
madmax-suffix: "arm64"
6565
bladebit-suffix: "ubuntu-arm64.tar.gz"
@@ -254,7 +254,7 @@ jobs:
254254
matrix:
255255
os:
256256
- runs-on:
257-
arm: [linux, arm64]
257+
arm: [ubuntu-24.04-arm]
258258
intel: [ubuntu-latest]
259259
distribution:
260260
- name: debian:bookworm

.github/workflows/build-macos-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: intel
5858
bladebit-suffix: macos-x86-64.tar.gz
5959
arch-artifact-name: intel
60-
- runs-on: macos-13-arm64
60+
- runs-on: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
6161
name: m1
6262
bladebit-suffix: macos-arm64.tar.gz
6363
arch-artifact-name: arm

.github/workflows/check-commit-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout Code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/check_wheel_availability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
matrix: linux
2929
runs-on:
3030
intel: ubuntu-latest
31-
arm: [linux, arm64]
31+
arm: ubuntu-24.04-arm
3232
- name: macOS
3333
matrix: macos
3434
runs-on:
3535
intel: macos-13
36-
arm: macos-13-arm64
36+
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
3737
- name: Windows
3838
matrix: windows
3939
runs-on:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ concurrency:
2929

3030
jobs:
3131
analyze:
32+
if: github.repository_owner == 'Chia-Network'
3233
name: Analyze
3334
runs-on: ubuntu-latest
3435

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ permissions:
1313

1414
jobs:
1515
dependency-review:
16+
if: github.repository_owner == 'Chia-Network'
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: "Checkout Repository"
19-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2021

2122
- name: "Dependency Review"
2223
uses: actions/dependency-review-action@v4

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
matrix: linux
2626
runs-on:
2727
intel: ubuntu-latest
28-
arm: [linux, arm64]
28+
arm: ubuntu-24.04-arm
2929
- name: macOS
3030
matrix: macos
3131
runs-on:
3232
intel: macos-13
33-
arm: macos-13-arm64
33+
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
3434
- name: Windows
3535
matrix: windows
3636
runs-on:

.github/workflows/reflow-publish-installer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ permissions:
2727

2828
jobs:
2929
publish:
30+
if: github.repository_owner == 'Chia-Network'
3031
name: Publish ${{ matrix.arch.name }} ${{ matrix.mode.name }} ${{ matrix.os.file-type.name }}
3132
runs-on: ubuntu-latest
3233
timeout-minutes: 5

0 commit comments

Comments
 (0)