Skip to content

Commit

Permalink
Jump right to MacOS 12 because we crash the compiler in the latest XC…
Browse files Browse the repository at this point in the history
…ode for MacOS 11
  • Loading branch information
adamnovak committed Jul 22, 2022
1 parent 6e3675f commit 46af1e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
testmac:
name: Test on Mac
runs-on: macos-11
runs-on: macos-12

steps:
- name: Use cache
Expand All @@ -26,14 +26,14 @@ jobs:
lib
include
bin
key: ${{ runner.os }}-11-${{ github.ref }}
key: ${{ runner.os }}-12-${{ github.ref }}
# Restore keys are a "list", but really only a multiline string is
# accepted. Also we match by prefix. And the most recent cache is
# used, not the most specific.
# See: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
restore-keys: |
${{ runner.os }}-11-${{ github.base_ref }}
${{ runner.os }}-11
${{ runner.os }}-12-${{ github.base_ref }}
${{ runner.os }}-12
- name: Checkout code without submodules
uses: actions/checkout@v2
Expand Down

1 comment on commit 46af1e3

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch lr-giraffe. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 10894 seconds

Please sign in to comment.