Skip to content

Commit 6d7146a

Browse files
committed
switch away from private self-hosted runner
1 parent 27b3033 commit 6d7146a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Build Kallichore for macOS. Both arm64 (Apple Silicon) and x64 (Intel) hosts.
6161
build_macos:
6262
name: Build macOS
63-
runs-on: [self-hosted-staging, macos, arm64]
63+
runs-on: macos-latest
6464
needs: [get_version]
6565
timeout-minutes: 40
6666

@@ -206,7 +206,7 @@ jobs:
206206

207207
create_release:
208208
name: Create Release
209-
runs-on: [self-hosted, macos, arm64]
209+
runs-on: ubuntu-latest
210210
needs: [do_release, get_version, build_macos, build_windows, build_linux]
211211
env:
212212
GITHUB_TOKEN: ${{ github.token }}
@@ -225,7 +225,7 @@ jobs:
225225
# Uploads binaries, if we created a release
226226
upload_release_binaries:
227227
name: Upload Release Binaries
228-
runs-on: [self-hosted, macos, arm64]
228+
runs-on: ubuntu-latest
229229
needs: [create_release, get_version]
230230
permissions:
231231
contents: write # Required for creating a tag and release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- os: windows-latest
2828
platform: windows
2929
arch: x64
30-
- os: [self-hosted-staging, macos, arm64]
30+
- os: macos-latest
3131
platform: macos
3232
arch: arm64
3333

0 commit comments

Comments
 (0)