Skip to content

Commit 330699f

Browse files
committed
Merge branch 'master' of github.com:PolusAI/filepattern into bugfix/recursive-matching
2 parents 0ef61af + ff87cf6 commit 330699f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
MACOSX_DEPLOYMENT_TARGET: "10.15"
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, macos-13, windows-latest]
15+
os: [ubuntu-22.04, macos-13, windows-latest]
1616
cibw_archs: ["auto64"]
1717
cibw_build: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
1818

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
MACOSX_DEPLOYMENT_TARGET: "10.15"
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, macos-13, windows-latest]
17+
os: [ubuntu-22.04, macos-13, windows-latest]
1818
cibw_archs: ["auto64"]
1919
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
2020

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version: 2
88

99
build:
10-
os: "ubuntu-20.04"
10+
os: "ubuntu-22.04"
1111
tools:
1212
python: "mambaforge-4.10"
1313

0 commit comments

Comments
 (0)