Compare commits

...
2 Commits
Author SHA1 Message Date
songyinyin db13fb49b1 test github action v14 2023-10-25 11:42:02 +08:00
songyinyin 94cac52ad2 test github action v13 all os 2023-10-25 11:33:17 +08:00
+4 -4
View File
@@ -9,11 +9,11 @@ on:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
# 'ubuntu-latest', 'windows-latest', 'macos-latest'
# os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
os: ['ubuntu-latest']
# see: https://docs.github.com/zh/actions/using-jobs/choosing-the-runner-for-a-job
os: ['ubuntu-20.04', 'windows-latest', 'macos-latest']
# os: ['ubuntu-latest']
name: build - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
# https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128