Skip to content

Commit c8c8aad

Browse files
authored
Update CI workflow to use macOS 15
1 parent 9129dcd commit c8c8aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)