Skip to content

Commit

Permalink
cleanup build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Dec 21, 2024
1 parent 025abc3 commit b68258e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Builds for Debug and Release configurations
configuration: [Debug, Release]
# Builds for Ubuntu, Windows, and macOS
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -31,8 +31,7 @@ jobs:
global-json-file: global.json
dotnet-version: |
8.x
7.x
6.x
9.x
- name: Build via Bash
if: runner.os != 'Windows'
Expand All @@ -54,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: ['18', '20', 'latest' ]
runs-on: ${{ matrix.os }}

Expand All @@ -72,8 +71,7 @@ jobs:
global-json-file: global.json
dotnet-version: |
8.x
7.x
6.x
9.x
- name: Build via Bash
if: runner.os != 'Windows'
Expand All @@ -94,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ['3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}

Expand All @@ -112,8 +110,7 @@ jobs:
global-json-file: global.json
dotnet-version: |
8.x
7.x
6.x
9.x
- name: Build via Bash
if: runner.os != 'Windows'
run: |
Expand Down Expand Up @@ -154,6 +151,7 @@ jobs:
global-json-file: global.json
dotnet-version: |
8.x
9.x
- name: Analyze
run: |
chmod +x ./build.sh
Expand Down

0 comments on commit b68258e

Please sign in to comment.