ci: remove ubuntu-latest build

This commit is contained in:
kangfenmao 2024-07-10 20:42:19 +08:00
parent 7f40fd3b97
commit 6e23d6ab93

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