Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db13fb49b1 | ||
|
|
94cac52ad2 |
@@ -9,11 +9,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# 'ubuntu-latest', 'windows-latest', 'macos-latest'
|
# see: https://docs.github.com/zh/actions/using-jobs/choosing-the-runner-for-a-job
|
||||||
# os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
|
os: ['ubuntu-20.04', 'windows-latest', 'macos-latest']
|
||||||
os: ['ubuntu-latest']
|
# os: ['ubuntu-latest']
|
||||||
name: build - ${{ matrix.os }}
|
name: build - ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128
|
# https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128
|
||||||
|
|||||||
Reference in New Issue
Block a user