Skip to content

Commit d2c5295

Browse files
authored
Merge pull request #724 from adamralph/update-ci-os
update CI OS versions
2 parents 0933d8c + 8661094 commit d2c5295

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: macos
1818
os: macos-15
1919
- name: ubuntu
20-
os: ubuntu-24.04
20+
os: ubuntu-24.04-arm
2121
- name: windows
22-
os: windows-2022
22+
os: windows-11-arm
2323
name: ${{ matrix.job.name }}
2424
runs-on: ${{ matrix.job.os }}
2525
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
MINVERBUILDMETADATA: build.${{ github.run_id }}.${{ github.run_attempt}}
1010
jobs:
1111
release:
12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-24.04-arm
1313
steps:
1414
- uses: actions/setup-dotnet@v4.3.1
1515
with:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "9.0.100",
4-
"rollForward": "latestMajor"
4+
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)