diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c4c52a70..90d84128 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,8 @@ on: push: branches: - dev - - staged + - master + # - staged paths-ignore: - 'docs/**' - ".github/**" @@ -17,7 +18,8 @@ on: pull_request: branches: - dev - - staged + - master + # - staged paths-ignore: - 'docs/**' - ".github/**" @@ -96,5 +98,5 @@ jobs: Windows built with: msvc64 Visual studio 2019 goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle. AppImage built with: Ubuntu-20.04 ,latest gcc - macos built with: ${{ matrix.os }},clang_64 + macos built with: macos-10.15,macos-11.0,clang_64 This is a prerelease version ,auto build by github action. use on your on risk:-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b0a1e4d7..defdcda6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,8 @@ on: push: branches: - dev - - staged + - master + # - staged paths-ignore: - 'docs/**' - ".github/**" @@ -18,7 +19,8 @@ on: pull_request: branches: - dev - - staged + - master + # - staged paths-ignore: - 'docs/**' - ".github/**" @@ -111,5 +113,5 @@ jobs: Windows built with: msvc64 Visual studio 2019 goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle. AppImage built with: Ubuntu-20.04 ,latest gcc - macos built with: ${{ matrix.os }},clang_64 + macos built with: macos-10.15,macos-11.0,clang_64 This is a prerelease version ,auto build by github action. use on your on risk:-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 35b49016..eb2b3988 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,8 @@ on: push: branches: - dev - - staged + - master + # - staged paths-ignore: - 'docs/**' - ".github/**" @@ -18,7 +19,8 @@ on: pull_request: branches: - dev - - staged + - master + # - staged paths-ignore: - 'docs/**' - ".github/**" @@ -148,5 +150,5 @@ jobs: Windows built with: msvc64 Visual studio 2019 goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle. AppImage built with: Ubuntu-20.04 ,latest gcc - macos built with: ${{ matrix.os }},clang_64 + macos built with: macos-10.15,macos-11.0,clang_64 This is a prerelease version ,auto build by github action. use on your on risk:-)