Skip to content

Commit

Permalink
Drop CI build matrix & testing on macOS images
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Sep 22, 2024
1 parent 088df95 commit ede868e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2022, ubuntu-22.04, macos-11]
os: [windows-2022, ubuntu-22.04]

steps:

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if: runner.os == 'Windows'
run: call pack.cmd

- name: Build & Pack (Linux/macOS)
- name: Build & Pack (Linux)
if: runner.os != 'Windows'
run: ./pack.sh

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
if: runner.os == 'Windows'
run: call test.cmd

- name: Test (Linux/macOS)
- name: Test (Linux)
if: runner.os != 'Windows'
run: ./test.sh

Expand Down
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '{build}'
image:
- Visual Studio 2022
- Ubuntu1804
- macos-bigsur
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down Expand Up @@ -38,12 +37,6 @@ for:
- image: Ubuntu1804
environment:
IMAGE_NAME: ubuntu-18.04
-
matrix:
only:
- image: macos-bigsur
environment:
IMAGE_NAME: macos
install:
- npm install -g eclint
- git rm .editorconfig
Expand Down

0 comments on commit ede868e

Please sign in to comment.