diff options
| author | 2026-01-13 14:19:08 +0800 | |
|---|---|---|
| committer | 2026-01-13 14:19:08 +0800 | |
| commit | 225f87bf713492daef83a85e9e2a0bfdb0f9d23f (patch) | |
| tree | e1298e755fb6d47f7c80b942e5dd6da5e4c371f4 /.github/workflows | |
| parent | eeeaa5fafaf5a403e0310981bc05124c3794af55 (diff) | |
| download | DropOut-225f87bf713492daef83a85e9e2a0bfdb0f9d23f.tar.gz DropOut-225f87bf713492daef83a85e9e2a0bfdb0f9d23f.zip | |
feat: Update macOS runner to use latest version in CI workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |