We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0933d8c + 8661094 commit d2c5295Copy full SHA for d2c5295
3 files changed
.github/workflows/ci.yml
@@ -17,9 +17,9 @@ jobs:
17
- name: macos
18
os: macos-15
19
- name: ubuntu
20
- os: ubuntu-24.04
+ os: ubuntu-24.04-arm
21
- name: windows
22
- os: windows-2022
+ os: windows-11-arm
23
name: ${{ matrix.job.name }}
24
runs-on: ${{ matrix.job.os }}
25
steps:
.github/workflows/release.yml
@@ -9,7 +9,7 @@ env:
9
MINVERBUILDMETADATA: build.${{ github.run_id }}.${{ github.run_attempt}}
10
jobs:
11
release:
12
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-24.04-arm
13
14
- uses: actions/setup-dotnet@v4.3.1
15
with:
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
"version": "9.0.100",
4
- "rollForward": "latestMajor"
+ "rollForward": "latestMinor"
5
}
6
0 commit comments