Browse Source

use macos-12 runners for github actions (#1773)

pull/1776/head
Jason Dove 2 years ago committed by GitHub
parent
commit
256042947d
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: @@ -33,10 +33,10 @@ jobs:
strategy:
matrix:
include:
- os: macos-11
- os: macos-12
kind: macOS
target: osx-x64
- os: macos-11
- os: macos-12
kind: macOS
target: osx-arm64
steps:

2
.github/workflows/pr.yml

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

Loading…
Cancel
Save