From 94cac52ad2b8d6e3ceba5b91cccc59dbe3a2b26c Mon Sep 17 00:00:00 2001 From: songyinyin Date: Wed, 25 Oct 2023 11:33:17 +0800 Subject: [PATCH] test github action v13 all os --- .github/workflows/jar_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jar_release.yml b/.github/workflows/jar_release.yml index 15e5b5d9..6b5615bf 100644 --- a/.github/workflows/jar_release.yml +++ b/.github/workflows/jar_release.yml @@ -12,8 +12,8 @@ jobs: fail-fast: true matrix: # 'ubuntu-latest', 'windows-latest', 'macos-latest' -# os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] - os: ['ubuntu-latest'] + os: ['ubuntu-latest', '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