exclude macos-latest

This commit is contained in:
Priyagupta108 2024-10-11 16:04:06 +05:30
parent eecc269e2d
commit cac8b8250e

View File

@ -31,7 +31,16 @@ jobs:
operating-system: ubuntu-latest
- dotnet-version: '5.0'
operating-system: ubuntu-latest
- dotnet-version: '2.1'
operating-system: macos-latest
- dotnet-version: '2.2'
operating-system: macos-latest
- dotnet-version: '3.0'
operating-system: macos-latest
- dotnet-version: '3.1'
operating-system: macos-latest
- dotnet-version: '5.0'
operating-system: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4