Skip to content

Commit b686c2f

Browse files
authored
MAINT: update CI workflow to use macos-15-intel runner
2 parents 9129dcd + 94aadb9 commit b686c2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • template/{{ package_name }}/.github/workflows

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-13]
14+
os: [ubuntu-latest, macos-15-intel]
1515

1616
steps:
1717
- name: checkout source

template/{{ package_name }}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ '{{' }} matrix.os {{ '}}' }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-13]
14+
os: [ubuntu-latest, macos-15-intel]
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)