File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,11 +318,11 @@ task:
318
318
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
319
319
320
320
task :
321
- name : ' macOS 10.15 [gui, no tests] [focal ]'
321
+ name : ' macOS 10.15 [gui, no tests] [jammy ]'
322
322
<< : *CONTAINER_DEPENDS_TEMPLATE
323
323
container :
324
324
docker_arguments :
325
- CI_IMAGE_NAME_TAG : ubuntu:focal
325
+ CI_IMAGE_NAME_TAG : ubuntu:jammy
326
326
FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
327
327
<< : *CREDITS_TEMPLATE
328
328
macos_sdk_cache :
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_macos_cross
10
- export CI_IMAGE_NAME_TAG=ubuntu:20 .04 # Check that Focal can cross-compile to macos
10
+ export CI_IMAGE_NAME_TAG=ubuntu:22 .04
11
11
export HOST=x86_64-apple-darwin
12
12
export PACKAGES=" cmake libz-dev libtinfo5 python3-setuptools xorriso"
13
13
export XCODE_VERSION=12.2
You can’t perform that action at this time.
0 commit comments