ci: remove ubuntu-latest build

This commit is contained in:
kangfenmao 2024-07-10 20:42:19 +08:00
parent db95def60f
commit 4175a013e1

View File

@ -4,9 +4,6 @@ on:
push: push:
tags: tags:
- v*.*.* - v*.*.*
push:
branches:
- release
jobs: jobs:
release: release:
@ -14,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [macos-latest, windows-latest]
steps: steps:
- name: Check out Git repository - name: Check out Git repository