Skip to content

Commit d8c328f

Browse files
committed
Update build.yml
1 parent 023788e commit d8c328f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [macos-latest, macos-13]
17+
os: [macos-13]
1818

1919
steps:
2020
- name: Check out Git repository
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.10.4"
26+
python-version: "3.13.1"
2727

2828
# - name: Install miniconda
2929
# uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)