We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcc76a commit 171a67eCopy full SHA for 171a67e
1 file changed
.github/workflows/push.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
fail-fast: false
35
matrix:
36
- os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-13, macos-14]
+ os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14]
37
name: ${{ matrix.os == 'ubuntu-24.04' && 'linux-x86_64' || matrix.os == 'ubuntu-24.04-arm' && 'linux-aarch64' || matrix.os == 'macos-13' && 'macos-x86_64' || matrix.os == 'macos-14' && 'macos-aarch64' || 'windows-x86_64' }}
38
env:
39
os: ${{ startsWith(matrix.os, 'ubuntu') && 'linux' || startsWith(matrix.os, 'macos') && 'macos' || 'windows' }}
0 commit comments