mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
ci: remove ubuntu-latest build
This commit is contained in:
parent
db95def60f
commit
4175a013e1
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -4,9 +4,6 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
push:
|
||||
branches:
|
||||
- release
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@ -14,7 +11,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [macos-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
|
||||
Loading…
Reference in New Issue
Block a user