diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 55c92ae4..b70d33f4 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -33,10 +33,10 @@ jobs: strategy: matrix: include: - - os: macos-12 + - os: macos-13 kind: macOS target: osx-x64 - - os: macos-12 + - os: macos-13 kind: macOS target: osx-arm64 steps: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8cf68c3e..445e83a7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -54,7 +54,7 @@ jobs: - name: Test run: dotnet test --blame-hang-timeout "2m" --no-restore --verbosity normal build_and_test_mac: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Get the sources uses: actions/checkout@v4