Skip to content

Commit 959f8bd

Browse files
committed
ci: drop x86_64 builds for MacOS
No longer supported and failing with: ``` link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld ``` Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 06ce239 commit 959f8bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/Jenkinsfile.combined

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ pipeline {
7777
'Windows', jenkins.Build('status-desktop/systems/windows/x86_64/package')
7878
)
7979
} } }
80-
stage('MacOS/x86_64') { steps { script {
81-
macos_x86_64 = getArtifacts(
82-
'MacOS/x86_64', jenkins.Build('status-desktop/systems/macos/x86_64/package')
83-
)
84-
} } }
8580
stage('MacOS/aarch64') { steps { script {
8681
macos_aarch64 = getArtifacts(
8782
'MacOS/aarch64', jenkins.Build('status-desktop/systems/macos/aarch64/package')

0 commit comments

Comments
 (0)