Skip to content

Commit fa4d6de

Browse files
committed
Merge remote-tracking branch 'origin/main' into quex.port_send_notifications_to_streamable
2 parents afb4e9c + e836b4a commit fa4d6de

File tree

99 files changed

+3624
-1526
lines changed

Some content is hidden

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

99 files changed

+3624
-1526
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: Chia-Network/actions/git-mark-workspace-safe@main
7070

7171
- name: Checkout Code
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
fetch-depth: 0
7575

@@ -78,7 +78,7 @@ jobs:
7878
mode: poetry
7979

8080
- name: Checkout test blocks and plots
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
with:
8383
repository: "Chia-Network/test-cache"
8484
path: ".chia"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: Chia-Network/actions/git-mark-workspace-safe@main
7878

7979
- name: Checkout Code
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
with:
8282
fetch-depth: 0
8383
submodules: recursive

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: Chia-Network/actions/git-mark-workspace-safe@main
6868

6969
- name: Checkout Code
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373
submodules: recursive

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
matrix:
5454
python-version: ["3.10"]
5555
os:
56-
- runs-on: macos-13
56+
- runs-on: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
5757
name: intel
5858
bladebit-suffix: macos-x86-64.tar.gz
5959
arch-artifact-name: intel
@@ -71,7 +71,7 @@ jobs:
7171
- uses: Chia-Network/actions/clean-workspace@main
7272

7373
- name: Checkout Code
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
fetch-depth: 0
7777
submodules: recursive
@@ -296,7 +296,7 @@ jobs:
296296
- name: 13
297297
matrix: 13
298298
runs-on:
299-
intel: macos-13
299+
intel: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
300300
- name: 14
301301
matrix: 14
302302
runs-on:

.github/workflows/build-windows-installer.yml

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

6161
steps:
6262
- name: Checkout Code
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
fetch-depth: 0
6666
submodules: recursive

.github/workflows/check_wheel_availability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: macOS
3333
matrix: macos
3434
runs-on:
35-
intel: macos-13
35+
intel: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
3636
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
3737
- name: Windows
3838
matrix: windows
@@ -54,7 +54,7 @@ jobs:
5454
- uses: Chia-Network/actions/clean-workspace@main
5555

5656
- name: Checkout Code
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858

5959
- uses: Chia-Network/actions/setup-python@main
6060
with:

.github/workflows/codeql-analysis.yml

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

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL

.github/workflows/pre-commit.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: macOS
3030
matrix: macos
3131
runs-on:
32-
intel: macos-13
32+
intel: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
3333
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
3434
- name: Windows
3535
matrix: windows
@@ -50,6 +50,11 @@ jobs:
5050
matrix: windows
5151
arch:
5252
matrix: arm
53+
# Back to self hosted mac intel runners, which we have very few of
54+
- os:
55+
matrix: macos
56+
arch:
57+
matrix: intel
5358

5459
steps:
5560
- name: Clean workspace
@@ -61,7 +66,7 @@ jobs:
6166
run: |
6267
git config --global core.autocrlf false
6368
64-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
6570

6671
- uses: Chia-Network/actions/setup-python@main
6772
with:

.github/workflows/reflow-version.yml

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

2929
steps:
3030
- name: Checkout Code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Checkout the code base #
5151
##########################
5252
- name: Checkout Code
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454
with:
5555
fetch-depth: 0
5656

0 commit comments

Comments
 (0)