mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
CI - Only support macOS 10.11+
This commit is contained in:
2
.github/workflows/node-release.yml
vendored
2
.github/workflows/node-release.yml
vendored
@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
rust_publish:
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.10
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.11
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||
|
4
.github/workflows/python-release.yml
vendored
4
.github/workflows/python-release.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
create_wheels_others_64bit:
|
||||
name: Create wheels for other OSes
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.10
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.11
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
- name: Rename wheels
|
||||
shell: bash
|
||||
working-directory: ./bindings/python/dist
|
||||
run: for file in *.whl ; do mv $file ${file//macosx_10_15/macosx_10_10} ; done
|
||||
run: for file in *.whl ; do mv $file ${file//macosx_10_15/macosx_10_11} ; done
|
||||
|
||||
- name: Upload wheels
|
||||
shell: bash
|
||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.10
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.11
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
Reference in New Issue
Block a user