Skip to content

Commit b68258e

Browse files
committed
cleanup build.yml
1 parent 025abc3 commit b68258e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Builds for Debug and Release configurations
2121
configuration: [Debug, Release]
2222
# Builds for Ubuntu, Windows, and macOS
23-
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
23+
os: [ubuntu-latest, windows-latest, macOS-latest]
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:
@@ -31,8 +31,7 @@ jobs:
3131
global-json-file: global.json
3232
dotnet-version: |
3333
8.x
34-
7.x
35-
6.x
34+
9.x
3635
3736
- name: Build via Bash
3837
if: runner.os != 'Windows'
@@ -54,7 +53,7 @@ jobs:
5453
strategy:
5554
fail-fast: false
5655
matrix:
57-
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
56+
os: [ubuntu-latest, windows-latest, macOS-latest]
5857
node-version: ['18', '20', 'latest' ]
5958
runs-on: ${{ matrix.os }}
6059

@@ -72,8 +71,7 @@ jobs:
7271
global-json-file: global.json
7372
dotnet-version: |
7473
8.x
75-
7.x
76-
6.x
74+
9.x
7775
7876
- name: Build via Bash
7977
if: runner.os != 'Windows'
@@ -94,7 +92,7 @@ jobs:
9492
strategy:
9593
fail-fast: false
9694
matrix:
97-
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
95+
os: [ubuntu-latest, windows-latest, macOS-latest]
9896
python-version: ['3.10', '3.11', '3.12']
9997
runs-on: ${{ matrix.os }}
10098

@@ -112,8 +110,7 @@ jobs:
112110
global-json-file: global.json
113111
dotnet-version: |
114112
8.x
115-
7.x
116-
6.x
113+
9.x
117114
- name: Build via Bash
118115
if: runner.os != 'Windows'
119116
run: |
@@ -154,6 +151,7 @@ jobs:
154151
global-json-file: global.json
155152
dotnet-version: |
156153
8.x
154+
9.x
157155
- name: Analyze
158156
run: |
159157
chmod +x ./build.sh

0 commit comments

Comments
 (0)