Skip to content

Commit ebe2d80

Browse files
chore: Switched to self-hosted GitHub agents (#16)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0eee7ab commit ebe2d80

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-x64
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-x64
1111
permissions:
1212
contents: write
1313
steps:
@@ -40,7 +40,7 @@ jobs:
4040
asset_path: "dist/*"
4141
publish:
4242
needs: release
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-x64
4444
permissions:
4545
id-token: write
4646
steps:

0 commit comments

Comments
 (0)