diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 466c27b..35bf7b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest, macos-13 ] # macos-13 for x86_x64 arch + os: [ ubuntu-latest, windows-latest, macos-latest ] framework: [ net6.0, net8.0, net9.0 ] include: - os: windows-latest