From e162c7cc70449dcba3bade82aa0ce79292f51938 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Mon, 2 Jun 2025 23:19:20 +0200 Subject: [PATCH] ci: Use macos-13 for compatibility --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 12d4848..099ee79 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -71,7 +71,7 @@ jobs: artifacts: ${{ github.workspace }}/artifacts strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-13] fail-fast: false steps: @@ -85,7 +85,7 @@ jobs: sudo apt-get install libsnap7-1 libsnap7-dev - name: Install Snap7 MacOs - if: ${{ matrix.os == 'macos-latest' }} + if: ${{ matrix.os == 'macos-13' }} run: | brew install snap7