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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user