File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ jobs:
5454 - briefcase-run-args :
5555
5656 - backend : macOS-Xcode
57- runs-on : macos-latest
57+ runs-on : macos-15
5858 briefcase-target : " macOS Xcode"
5959
6060 - backend : macOS-app
61- runs-on : macos-latest
61+ runs-on : macos-15
6262 briefcase-target : " macOS app"
6363
6464 - backend : linux-system
8686 briefcase-target : " windows app"
8787
8888 - backend : iOS
89- runs-on : macos-latest
89+ runs-on : macos-15
9090 briefcase-target : " iOS"
9191 briefcase-run-args : ' -d "iPhone 16e::iOS 18.5"'
9292
@@ -109,12 +109,12 @@ jobs:
109109
110110 steps :
111111 - name : Checkout
112- uses : actions/checkout@v6 .0.3
112+ uses : actions/checkout@v7 .0.0
113113 with :
114114 fetch-depth : 0
115115
116116 - name : Set up Python
117- uses : actions/setup-python@v6.2 .0
117+ uses : actions/setup-python@v6.3 .0
118118 if : matrix.python-version != 'system'
119119 with :
120120 python-version : ${{ matrix.python-version }}
@@ -126,7 +126,7 @@ jobs:
126126 # This became a necessity as a result of
127127 # https://github.com/actions/runner-images/issues/12541 and
128128 # https://github.com/actions/runner-images/issues/12751.
129- if : matrix.runs-on == 'macos-latest '
129+ if : matrix.runs-on == 'macos-15 '
130130 run : |
131131 sudo xcode-select --switch /Applications/Xcode_16.4.app
132132
Original file line number Diff line number Diff line change 1515 - id : docformatter
1616 args : [--in-place, --black]
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.15.16
18+ rev : v0.15.20
1919 hooks :
2020 - id : ruff-format
2121 - id : ruff-check
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools==82 .0.1 " , " wheel" ]
2+ requires = [" setuptools==83 .0.0 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
You can’t perform that action at this time.
0 commit comments