We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca1783 commit 58e43f3Copy full SHA for 58e43f3
.github/workflows/macos.yml
@@ -29,13 +29,13 @@ jobs:
29
30
macos:
31
name: ${{ matrix.os.description }}
32
- runs-on: ${{ matrix.os.architecture == 'arm64' && 'macos-14' || 'macos-13' }}
+ runs-on: ${{ matrix.os.architecture == 'x64' && 'macos-15-intel' || 'macos-15' }}
33
strategy:
34
fail-fast: false
35
matrix:
36
os: [
37
- { architecture: 'arm64', description: 'macOS 14 (arm64)' },
38
- { architecture: 'x64', description: 'macOS 13 (x64)' }
+ { architecture: 'arm64', description: 'macOS 15 (arm64)' },
+ { architecture: 'x64', description: 'macOS 15 (x64)' }
39
]
40
41
steps:
0 commit comments