Skip to content

Commit 3b024ed

Browse files
authored
Remove M1 build from .cirrus.yml (#465)
1 parent c6d7539 commit 3b024ed

File tree

1 file changed

+8
-26
lines changed

1 file changed

+8
-26
lines changed

.cirrus.yml

+8-26
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
1+
freebsd_instance:
2+
image_family: freebsd-14-2
13
task:
2-
matrix:
3-
- name: FreeBSD
4-
freebsd_instance:
5-
image_family: freebsd-13-3
6-
env:
7-
matrix:
8-
- JULIA_VERSION: 1.6
9-
- JULIA_VERSION: 1
10-
- name: MacOS M1
11-
macos_instance:
12-
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
13-
env:
14-
- JULIA_VERSION: 1
4+
name: FreeBSD
5+
env:
6+
matrix:
7+
- JULIA_VERSION: 1.6
8+
- JULIA_VERSION: 1
159
install_script: |
16-
URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
17-
set -x
18-
if [ "$(uname -s)" = "Linux" ] && command -v apt; then
19-
apt update
20-
apt install -y curl
21-
fi
22-
if command -v curl; then
23-
sh -c "$(curl ${URL})"
24-
elif command -v wget; then
25-
sh -c "$(wget ${URL} -q -O-)"
26-
elif command -v fetch; then
27-
sh -c "$(fetch ${URL} -o -)"
28-
fi
10+
sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
2911
echo "OMP_CANCELLATION=TRUE" >> $CIRRUS_ENV
3012
echo "OMP_PROC_BIND=TRUE" >> $CIRRUS_ENV
3113
build_script:

0 commit comments

Comments
 (0)