mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +00:00
returned to macos-11 runner
This commit is contained in:
parent
fc769f301b
commit
6f87397ae7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd_prod.yml
vendored
4
.github/workflows/cd_prod.yml
vendored
|
@ -20,7 +20,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
# build:
|
# build:
|
||||||
# name: Build .apk & .aab
|
# name: Build .apk & .aab
|
||||||
# runs-on: macos-13.4
|
# runs-on: macos-11
|
||||||
# timeout-minutes: 30
|
# timeout-minutes: 30
|
||||||
# steps:
|
# steps:
|
||||||
# # - uses: shaunco/ssh-agent@git-repo-mapping
|
# # - uses: shaunco/ssh-agent@git-repo-mapping
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
update-version-in-repo:
|
update-version-in-repo:
|
||||||
name: Update repo version
|
name: Update repo version
|
||||||
#needs: [build]
|
#needs: [build]
|
||||||
runs-on: macos-13.4
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue