aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-13 14:19:08 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-13 14:19:08 +0800
commit225f87bf713492daef83a85e9e2a0bfdb0f9d23f (patch)
treee1298e755fb6d47f7c80b942e5dd6da5e4c371f4 /.github
parenteeeaa5fafaf5a403e0310981bc05124c3794af55 (diff)
downloadDropOut-225f87bf713492daef83a85e9e2a0bfdb0f9d23f.tar.gz
DropOut-225f87bf713492daef83a85e9e2a0bfdb0f9d23f.zip
feat: Update macOS runner to use latest version in CI workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index abd208b..7330791 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
fail-fast: false
matrix:
include:
- - runner: macos-13
+ - runner: macos-latest
target: x86_64-apple-darwin
arch_name: x86_64
- runner: macos-14