1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:04:42 +00:00

ci: Update macOS runners to macos-latest in release workflow.

This commit is contained in:
Tw93
2025-12-29 20:57:48 +08:00
parent 0e6b595d8a
commit c94e26d531

View File

@@ -15,10 +15,10 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- os: macos-13 - os: macos-latest
target: release-amd64 target: release-amd64
artifact_name: binaries-amd64 artifact_name: binaries-amd64
- os: macos-14 - os: macos-latest
target: release-arm64 target: release-arm64
artifact_name: binaries-arm64 artifact_name: binaries-arm64
steps: steps: