ci: remove ubuntu-latest build
This commit is contained in:
parent
7f40fd3b97
commit
6e23d6ab93
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…
x
Reference in New Issue
Block a user