Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- briefcase-run-args:

- backend: macOS-Xcode
runs-on: macos-latest
runs-on: macos-15
briefcase-target: "macOS Xcode"

- backend: macOS-app
runs-on: macos-latest
runs-on: macos-15
briefcase-target: "macOS app"

- backend: linux-system
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
briefcase-target: "windows app"

- backend: iOS
runs-on: macos-latest
runs-on: macos-15
briefcase-target: "iOS"
briefcase-run-args: ' -d "iPhone 16e::iOS 18.5"'

Expand All @@ -109,12 +109,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6.0.3
uses: actions/checkout@v7.0.0
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v6.2.0
uses: actions/setup-python@v6.3.0
if: matrix.python-version != 'system'
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -126,7 +126,7 @@ jobs:
# This became a necessity as a result of
# https://github.com/actions/runner-images/issues/12541 and
# https://github.com/actions/runner-images/issues/12751.
if: matrix.runs-on == 'macos-latest'
if: matrix.runs-on == 'macos-15'
run: |
sudo xcode-select --switch /Applications/Xcode_16.4.app

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: docformatter
args: [--in-place, --black]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.16
rev: v0.15.20
hooks:
- id: ruff-format
- id: ruff-check
Expand Down
2 changes: 1 addition & 1 deletion pth-tester/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==82.0.1", "wheel"]
requires = ["setuptools==83.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down