Skip to content

Commit

Permalink
Merge pull request #35 from jkfran/v1
Browse files Browse the repository at this point in the history
Killport v1
  • Loading branch information
jkfran authored May 20, 2024
2 parents 6f9d6d5 + 458139a commit 4997258
Show file tree
Hide file tree
Showing 16 changed files with 1,348 additions and 1,189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- s390x-unknown-linux-gnu
- aarch64-apple-darwin
- x86_64-apple-darwin
- x86_64-pc-windows-gnu
# - x86_64-pc-windows-gnu
runs-on: ${{ (matrix.target == 'aarch64-apple-darwin' || matrix.target == 'x86_64-apple-darwin') && 'macos-latest' || 'ubuntu-latest' }}
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 4997258

Please sign in to comment.