diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5a5774..a465b43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: build: name: Build using xcodebuild - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v6 diff --git a/mise.toml b/mise.toml index 3433bfa..0795a1c 100644 --- a/mise.toml +++ b/mise.toml @@ -2,18 +2,17 @@ activate_aggressive = true experimental = true +[plugins] +xcode = "https://github.com/hisaac/mise-xcode.git#v1.0.0" + [env] +_.xcode.version = "26.5.0" PROJECT_ROOT = "{{config_root}}" [tools] xcbeautify = "latest" -xcodes = "latest" - -[tasks.bootstrap] -run = "xcodes select 26.1.1" [tasks.build] -depends = ["bootstrap"] run = "scripts/build.bash" [tasks.clean]