Skip to content

Commit 274dc2e

Browse files
authored
Use macos15 runner (#1920)
* Use macos15 runner * Have Trixie as released
1 parent f55c2ca commit 274dc2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929

3030
macos:
3131
name: ${{ matrix.os.description }}
32-
runs-on: ${{ matrix.os.architecture == 'arm64' && 'macos-14' || 'macos-13' }}
32+
runs-on: ${{ matrix.os.architecture == 'x64' && 'macos-15-intel' || 'macos-15' }}
3333
strategy:
3434
fail-fast: false
3535
matrix:
3636
os: [
37-
{ architecture: 'arm64', description: 'macOS 14 (arm64)' },
38-
{ architecture: 'x64', description: 'macOS 13 (x64)' }
37+
{ architecture: 'arm64', description: 'macOS 15 (arm64)' },
38+
{ architecture: 'x64', description: 'macOS 15 (x64)' }
3939
]
4040

4141
steps:

.github/workflows/push_pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
debian: [
2525
{ codename: [ 'bullseye', 'Bullseye' ] },
2626
{ codename: [ 'bookworm', 'Bookworm' ] },
27-
{ codename: [ 'trixie', 'Trixie (Testing)' ] }
27+
{ codename: [ 'trixie', 'Trixie' ] }
2828
]
2929
uses: ./.github/workflows/debian.yml
3030
secrets: inherit

0 commit comments

Comments
 (0)