We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9129dcd + 94aadb9 commit b686c2fCopy full SHA for b686c2f
2 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-latest, macos-13]
+ os: [ubuntu-latest, macos-15-intel]
15
16
steps:
17
- name: checkout source
template/{{ package_name }}/.github/workflows/ci.yml
runs-on: ${{ '{{' }} matrix.os {{ '}}' }}
- uses: actions/checkout@v2
0 commit comments