Skip to content

Commit

Permalink
bump macos runner;
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jul 12, 2024
1 parent 2fecabe commit 5e868d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
spec:
- { name: 'linux x86_64', runner: ubuntu-20.04, target: manylinux_2_27_x86_64 }
- { name: 'macOS x86_64', runner: macos-11, target: macosx_10_14_x86_64 }
- { name: 'macOS x86_64', runner: macos-12, target: macosx_10_14_x86_64 }
- { name: 'Windows x86_64', runner: windows-2019, target: win_amd64 }
name: building ${{ matrix.spec.name }}
runs-on: ${{ matrix.spec.runner }}
Expand Down
1 change: 0 additions & 1 deletion sample/ziti-urllib3/ziti-urllib3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@
r = http.request('GET', sys.argv[1])
print("{0} {1}".format(r.status, r.reason))
print(r.data.decode('utf-8'))

0 comments on commit 5e868d6

Please sign in to comment.