mirror of
https://github.com/pimalaya/himalaya.git
synced 2024-12-09 21:18:39 +03:00
fix wrong apple target name with darwin
This commit is contained in:
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- target: aarch64-apple
|
||||
- target: aarch64-darwin
|
||||
os: macos-14
|
||||
- target: aarch64-linux
|
||||
os: ubuntu-latest
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
# FIXME
|
||||
# - target: i686-windows
|
||||
# os: ubuntu-latest
|
||||
- target: x86_64-apple
|
||||
- target: x86_64-darwin
|
||||
os: macos-13
|
||||
- target: x86_64-linux
|
||||
os: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user