Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
back to mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Oct 21, 2024
1 parent b34ffbc commit 7d1d1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
path: test-results/rust-test-results.xml

typescript:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Init Hermit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
build-and-publish:
name: Build and Publish TypeScript Package
needs: set-version-and-tag
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
# Check out the code at the release tag
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d1d1aa

Please sign in to comment.