Skip to content

Commit

Permalink
Update macOS version in CI workflows to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Nov 8, 2024
1 parent 5d90aae commit dccdda1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deliver-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
rm -f ./android/key.properties
ios:
runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-14') || 'self-hosted' }}
runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-15') || 'self-hosted' }}
environment: production
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
rm -rf ./private_keys
# macos:
# runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-14') || 'self-hosted' }}
# runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-15') || 'self-hosted' }}
# environment: production
# timeout-minutes: 30
# steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deliver-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
rm -f ./android/key.properties
ios:
runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-14') || 'self-hosted' }}
runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-15') || 'self-hosted' }}
environment: staging
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
rm -rf ./private_keys
# macos:
# runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-14') || 'self-hosted' }}
# runs-on: ${{ (vars.RUNS_ON_SELF_HOSTED == null && 'macos-15') || 'self-hosted' }}
# environment: staging
# timeout-minutes: 30
# steps:
Expand Down

0 comments on commit dccdda1

Please sign in to comment.