mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 22:33:34 -04:00
Revert x86_64-apple-darwin CI runners to macos-13 (#2131)
- Attempt to workaround weird bug where rust thinks x86_64-apple-darwin std is not installed for some reason
This commit is contained in:
committed by
GitHub
parent
b038b3cf5d
commit
e6a00449cf
2
.github/workflows/cache-factory.yaml
vendored
2
.github/workflows/cache-factory.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
settings:
|
||||
- host: macos-14
|
||||
- host: macos-13
|
||||
target: x86_64-apple-darwin
|
||||
- host: macos-14
|
||||
target: aarch64-apple-darwin
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
settings:
|
||||
- host: macos-14
|
||||
- host: macos-13
|
||||
target: x86_64-apple-darwin
|
||||
bundles: app,dmg
|
||||
os: darwin
|
||||
|
||||
Reference in New Issue
Block a user