Browse Source

update macos runner to macos-13; macos-12 is no longer supported (#1940)

pull/1941/head
Jason Dove 9 months ago committed by GitHub
parent
commit
fdbd8a07b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/artifacts.yml
  2. 2
      .github/workflows/pr.yml

4
.github/workflows/artifacts.yml

@ -33,10 +33,10 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- os: macos-12 - os: macos-13
kind: macOS kind: macOS
target: osx-x64 target: osx-x64
- os: macos-12 - os: macos-13
kind: macOS kind: macOS
target: osx-arm64 target: osx-arm64
steps: steps:

2
.github/workflows/pr.yml

@ -54,7 +54,7 @@ jobs:
- name: Test - name: Test
run: dotnet test --blame-hang-timeout "2m" --no-restore --verbosity normal run: dotnet test --blame-hang-timeout "2m" --no-restore --verbosity normal
build_and_test_mac: build_and_test_mac:
runs-on: macos-12 runs-on: macos-13
steps: steps:
- name: Get the sources - name: Get the sources
uses: actions/checkout@v4 uses: actions/checkout@v4

Loading…
Cancel
Save