diff --git a/.github/workflows/csharp_build.yml b/.github/workflows/csharp_build.yml index 13a4db0c..590ba7b2 100644 --- a/.github/workflows/csharp_build.yml +++ b/.github/workflows/csharp_build.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-12, windows-2022] + os: [ubuntu-20.04, macos-latest, windows-2022] steps: - name: Checkout uses: actions/checkout@v3