Skip to content

Commit

Permalink
feat(github actions): use xcode 15 in CD pipeline #5981 (#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi authored Nov 9, 2023
1 parent 600d50d commit 99f557f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/adminpanel.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ jobs:
with:
global-json-file: src/Templates/AdminPanel/Bit.AdminPanel/global.json

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15'

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ jobs:
with:
global-json-file: src/global.json

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15'

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/todotemplate.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15'

- name: Update appsettings.json api server address
uses: microsoft/variable-substitution@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ jobs:
with:
global-json-file: global.json

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15'

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ jobs:
with:
global-json-file: global.json

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15'

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 99f557f

Please sign in to comment.