File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
uses : ./.github/workflows/GetBuildVersion.yml
14
14
15
15
Android :
16
- runs-on : windows-2022
16
+ runs-on : windows-2025
17
17
needs : GetVersion
18
18
steps :
19
19
- name : 🔖 Check-out
42
42
./**/publish/*Signed.apk
43
43
44
44
Windows :
45
- runs-on : windows-2022
45
+ runs-on : windows-2025
46
46
needs : GetVersion
47
47
steps :
48
48
- name : 🔖 Check-out
89
89
dotnet build -f net9.0-ios -c:Release /p:packageApp=false /p:buildForSimulator=true /p:ArchiveOnBuild=false -p:ApplicationVersion=${{ needs.GetVersion.outputs.version }} -p:ApplicationDisplayVersion=${{ needs.GetVersion.outputs.version }}
90
90
91
91
Test :
92
- runs-on : windows-2022
92
+ runs-on : windows-2025
93
93
needs : GetVersion
94
94
steps :
95
95
- name : 🔖 Check-out
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
name : 🛠️ Build and test
13
- runs-on : windows-latest
13
+ runs-on : windows-2025
14
14
15
15
steps :
16
16
- name : 🔖 Check-out
You can’t perform that action at this time.
0 commit comments