Skip to content

Commit 64beee6

Browse files
committed
Remove old ARM runner
1 parent 93c6b50 commit 64beee6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
41-
draft: true
4241
tag_name: ${{ steps.package-version.outputs.version }}
4342
name: Release ${{ steps.package-version.outputs.version }}
4443
body: Binaries at ${{ github.sha }}
@@ -47,7 +46,7 @@ jobs:
4746
name: Build
4847
strategy:
4948
matrix:
50-
os: [ubuntu-22.04, windows-2022, macos-14, [self-hosted, linux, ARM64]]
49+
os: [ubuntu-22.04, windows-2022, macos-14]
5150

5251
runs-on: ${{ matrix.os }}
5352

@@ -87,7 +86,6 @@ jobs:
8786
env:
8887
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8988
with:
90-
draft: true
9189
tag_name: ${{ steps.package-version.outputs.version }}
9290
name: Release ${{ steps.package-version.outputs.version }}
9391
files: ${{ steps.pack-files.outputs.pack }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Unit Tests
1717
strategy:
1818
matrix:
19-
os: [ubuntu-22.04, windows-2022, macos-14, [self-hosted, linux, ARM64]]
19+
os: [ubuntu-22.04, windows-2022, macos-14]
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)