File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments