Skip to content

Commit bcffeb1

Browse files
committed
Merge #1404: ci: Remove "arm64: macOS Ventura" task from Cirrus CI
c2f6435 ci: Add comment about switching macOS to M1 on GHA later (Tim Ruffing) 4a24fae ci: Remove "arm64: macOS Ventura" task from Cirrus CI (Hennadii Stepanov) Pull request description: ACKs for top commit: hebasto: ACK c2f6435 jonasnick: ACK c2f6435 Tree-SHA512: a930f2a58fdf3624d03ffd07f6db236e804100eb9d4320c943a65b5a2afb89a5da82df8e0207b87e0e8f858974af07c876c9e56495246dfd24146dfb3b10b591
2 parents 3d05c86 + c2f6435 commit bcffeb1

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.cirrus.yml

-31
Original file line numberDiff line numberDiff line change
@@ -114,37 +114,6 @@ task:
114114
- ./ci/cirrus.sh
115115
<< : *CAT_LOGS
116116

117-
task:
118-
name: "arm64: macOS Ventura"
119-
macos_instance:
120-
image: ghcr.io/cirruslabs/macos-ventura-base:latest
121-
env:
122-
HOMEBREW_NO_AUTO_UPDATE: 1
123-
HOMEBREW_NO_INSTALL_CLEANUP: 1
124-
# Cirrus gives us a fixed number of 4 virtual CPUs. Not that we even have that many jobs at the moment...
125-
MAKEFLAGS: -j5
126-
env:
127-
ASM: no
128-
WITH_VALGRIND: no
129-
CTIMETESTS: no
130-
CC: clang
131-
matrix:
132-
- env: {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
133-
- env: {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc}
134-
- env: {WIDEMUL: int128_struct, ECMULTGENPRECISION: 2, ECMULTWINDOW: 4}
135-
- env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
136-
- env: {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
137-
- env: {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc}
138-
- env: {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CPPFLAGS: -DVERIFY}
139-
- env: {BUILD: distcheck}
140-
brew_script:
141-
- brew install automake libtool gcc
142-
- ln -s /opt/homebrew/bin/gcc-?? /opt/homebrew/bin/gcc
143-
test_script:
144-
- ./ci/cirrus.sh
145-
<< : *CAT_LOGS
146-
<< : *CREDITS
147-
148117
task:
149118
name: "s390x (big-endian): Linux (Debian stable, QEMU)"
150119
<< : *LINUX_CONTAINER

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
macos-native:
4242
name: "x86_64: macOS Ventura"
4343
# See: https://github.com/actions/runner-images#available-images.
44-
runs-on: macos-13
44+
runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528
4545

4646
env:
4747
ASM: 'no'

0 commit comments

Comments
 (0)