Skip to content

Commit 4997258

Browse files
authored
Merge pull request #35 from jkfran/v1
Killport v1
2 parents 6f9d6d5 + 458139a commit 4997258

File tree

16 files changed

+1348
-1189
lines changed

16 files changed

+1348
-1189
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- s390x-unknown-linux-gnu
6565
- aarch64-apple-darwin
6666
- x86_64-apple-darwin
67-
- x86_64-pc-windows-gnu
67+
# - x86_64-pc-windows-gnu
6868
runs-on: ${{ (matrix.target == 'aarch64-apple-darwin' || matrix.target == 'x86_64-apple-darwin') && 'macos-latest' || 'ubuntu-latest' }}
6969
steps:
7070
- name: Checkout repository

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: macos-latest
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)