test github action v14

This commit is contained in:
songyinyin
2023-10-25 11:42:02 +08:00
parent 94cac52ad2
commit db13fb49b1
+3 -3
View File
@@ -9,10 +9,10 @@ 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 }}