chore: update JBR version to 21.0.8-b1163.69

This commit is contained in:
hstyi
2025-11-03 09:21:05 +08:00
committed by hstyi
parent 572c381e90
commit 5984f3e856
3 changed files with 4 additions and 4 deletions

View File

@@ -9,14 +9,14 @@ env:
TERMORA_MAC_NOTARY: "${{ startsWith(github.event.head_commit.message, 'release: ') && github.repository == 'TermoraDev/termora' }}"
TERMORA_MAC_NOTARY_KEYCHAIN_PROFILE: ${{ secrets.TERMORA_MAC_NOTARY_KEYCHAIN_PROFILE }}
JBR_MAJOR: 21.0.8
JBR_PATCH: b1138.52
JBR_PATCH: b1163.69
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-15, macos-13 ]
os: [ macos-15-intel, macos-latest ]
steps:
- uses: actions/checkout@v4
with: