Browse Source

build mac artifacts on macos 11 (#1132)

pull/1133/head
Jason Dove 3 years ago committed by GitHub
parent
commit
ef8ca9f8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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-latest
- os: macos-11
kind: macOS
target: osx-x64
- os: macos-latest
- os: macos-11
kind: macOS
target: osx-arm64
steps:

2
.github/workflows/pr.yml

@ -63,7 +63,7 @@ jobs: @@ -63,7 +63,7 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
build_and_test_mac:
runs-on: macos-latest
runs-on: macos-11
steps:
- name: Get the sources
uses: actions/checkout@v3

Loading…
Cancel
Save