Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 13, 2024
1 parent 0e2c673 commit f20c605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
- { name: "macos-arm64", runner: "macos-latest", target: "aarch64-apple-darwin" }

runs-on: ${{ matrix.runner_tags || matrix.runner }} # Use runner_tags for self-hosted or GitHub runner for macOS

runs-on: ${{ matrix.runner_tags }} # Use the space-separated tag string


steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit f20c605

Please sign in to comment.