Skip to content

Commit

Permalink
Build maint-1.10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Jan 4, 2025
1 parent 0cbf69d commit f8b0f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wheel_build_task:
env:
BUILD_PREFIX: /private/tmp/local
REPO_DIR: Fiona
BUILD_COMMIT: rel-1.10.1
BUILD_COMMIT: maint-1.10
CIRRUS_CLONE_SUBMODULES: true
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH
PLAT: "arm64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- os: "ubuntu-20.04"
os-name: "focal"
env:
BUILD_COMMIT: rel-1.10.1
BUILD_COMMIT: maint-1.10
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Windows wheels
on: [push, pull_request, workflow_dispatch]

env:
REF: rel-1.10.1
REF: maint-1.10

# cancel running jobs on new commit to PR
concurrency:
Expand Down

0 comments on commit f8b0f64

Please sign in to comment.