-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
72 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
|
||
build_api_blazor: | ||
name: build api + blazor web | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
|
||
|
@@ -48,7 +48,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Install wasm | ||
run: cd src && dotnet workload install wasm-tools | ||
|
@@ -83,7 +83,7 @@ jobs: | |
deploy_api_blazor: | ||
name: deploy api + blazor | ||
needs: build_api_blazor | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
environment: | ||
name: 'production' | ||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} | ||
|
@@ -137,7 +137,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Create project from Boilerplate | ||
run: | | ||
|
@@ -188,7 +188,7 @@ jobs: | |
|
||
build_blazor_hybrid_android: | ||
name: build blazor hybrid (android) | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
|
||
|
@@ -209,7 +209,7 @@ jobs: | |
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Extract Android signing key from env | ||
uses: timheuer/[email protected] | ||
|
@@ -252,7 +252,7 @@ jobs: | |
|
||
build_blazor_hybrid_ios: | ||
name: build blazor hybrid (iOS-macOS) | ||
runs-on: macos-14 | ||
runs-on: macOS-15 | ||
|
||
steps: | ||
|
||
|
@@ -266,11 +266,11 @@ jobs: | |
|
||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '15.4' | ||
xcode-version: '16.4' | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Create project from Boilerplate | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
build_api_blazor: | ||
name: build api + blazor web | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
|
||
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Install wasm | ||
run: cd src && dotnet workload install wasm-tools | ||
|
@@ -60,7 +60,7 @@ jobs: | |
deploy_api_blazor: | ||
name: deploy api + blazor | ||
needs: build_api_blazor | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
environment: | ||
name: 'production' | ||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} | ||
|
@@ -103,7 +103,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Update appsettings.json api server address | ||
uses: devops-actions/[email protected] | ||
|
@@ -142,7 +142,7 @@ jobs: | |
|
||
build_blazor_hybrid_android: | ||
name: build blazor hybrid (android) | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
|
||
|
@@ -156,7 +156,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Extract Android signing key from env | ||
uses: timheuer/[email protected] | ||
|
@@ -192,7 +192,7 @@ jobs: | |
|
||
build_blazor_hybrid_ios: | ||
name: build blazor hybrid (iOS-macOS) | ||
runs-on: macos-14 | ||
runs-on: macOS-15 | ||
|
||
steps: | ||
|
||
|
@@ -206,11 +206,11 @@ jobs: | |
|
||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '15.4' | ||
xcode-version: '16.4' | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Update appsettings.json api server address | ||
uses: devops-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
|
||
build_api_blazor: | ||
name: build api + blazor web | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
|
||
|
@@ -31,7 +31,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Create project from Boilerplate | ||
run: | | ||
|
@@ -71,7 +71,7 @@ jobs: | |
deploy_api_blazor: | ||
name: deploy api + blazor | ||
needs: build_api_blazor | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
environment: | ||
name: 'production' | ||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} | ||
|
@@ -125,7 +125,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Create project from Boilerplate | ||
run: | | ||
|
@@ -186,7 +186,7 @@ jobs: | |
|
||
build_blazor_hybrid_android: | ||
name: build blazor hybrid (android) | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
|
||
|
@@ -200,7 +200,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- name: Create project from Boilerplate | ||
run: | | ||
|
@@ -270,7 +270,7 @@ jobs: | |
|
||
build_blazor_hybrid_ios: | ||
name: build blazor hybrid (iOS-macOS) | ||
runs-on: macos-14 | ||
runs-on: macOS-15 | ||
|
||
steps: | ||
|
||
|
@@ -284,11 +284,11 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
node-version: 22 | ||
|
||
- uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '15.4' | ||
xcode-version: '16.4' | ||
|
||
- name: Create project from Boilerplate | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.