Skip to content

Commit fa70e85

Browse files
author
MarcoFalke
committed
ci: Bump macOS cross task to ubuntu:jammy
1 parent 8de9bb7 commit fa70e85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ task:
318318
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
319319

320320
task:
321-
name: 'macOS 10.15 [gui, no tests] [focal]'
321+
name: 'macOS 10.15 [gui, no tests] [jammy]'
322322
<< : *CONTAINER_DEPENDS_TEMPLATE
323323
container:
324324
docker_arguments:
325-
CI_IMAGE_NAME_TAG: ubuntu:focal
325+
CI_IMAGE_NAME_TAG: ubuntu:jammy
326326
FILE_ENV: "./ci/test/00_setup_env_mac.sh"
327327
<< : *CREDITS_TEMPLATE
328328
macos_sdk_cache:

ci/test/00_setup_env_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
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
1111
export HOST=x86_64-apple-darwin
1212
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools xorriso"
1313
export XCODE_VERSION=12.2

0 commit comments

Comments
 (0)