Skip to content

Commit 2b53a58

Browse files
authored
chore(ci):use macos-14 runner (#338)
macos-13 runner is not available anymore
1 parent 4396224 commit 2b53a58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
arch: "ARM64"
7373
- os: windows-2022
7474
arch: "x86"
75-
- os: macos-13
75+
- os: macos-14
7676
arch: "universal2"
7777

7878
steps:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ build-frontend = "build[uv]"
9191
build-verbosity = 1
9292
test-groups = "test"
9393
test-command = "pytest {project}/tests"
94-
test-skip = ["*-macosx_universal2:arm64"]
9594
environment = { NINJA_PYTHON_DIST_ALLOW_NINJA_DEP = "1" }
9695
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
9796
manylinux-x86_64-image = "manylinux2014"

0 commit comments

Comments
 (0)