mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +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:
|
||||
# build:
|
||||
# name: Build .apk & .aab
|
||||
# runs-on: macos-13.4
|
||||
# runs-on: macos-11
|
||||
# timeout-minutes: 30
|
||||
# steps:
|
||||
# # - uses: shaunco/ssh-agent@git-repo-mapping
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
update-version-in-repo:
|
||||
name: Update repo version
|
||||
#needs: [build]
|
||||
runs-on: macos-13.4
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue