mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/christian/osx-macos-renaming'
* origin/topic/christian/osx-macos-renaming: Update Cirrus CI naming update for MacOS images
This commit is contained in:
commit
a98012a8fb
5 changed files with 13 additions and 5 deletions
|
@ -178,14 +178,14 @@ ubuntu16_task:
|
|||
# Apple doesn't publish official long-term support timelines.
|
||||
# We aim to support both the current and previous macOS release.
|
||||
macos_big_sur_task:
|
||||
osx_instance:
|
||||
macos_instance:
|
||||
image: big-sur-base
|
||||
prepare_script: ./ci/macos/prepare.sh
|
||||
<< : *CI_TEMPLATE
|
||||
<< : *MACOS_RESOURCES_TEMPLATE
|
||||
|
||||
macos_catalina_task:
|
||||
osx_instance:
|
||||
macos_instance:
|
||||
image: catalina-xcode-11.6
|
||||
prepare_script: ./ci/macos/prepare.sh
|
||||
<< : *CI_TEMPLATE
|
||||
|
|
8
CHANGES
8
CHANGES
|
@ -1,3 +1,11 @@
|
|||
|
||||
4.1.0-dev.120 | 2021-01-19 21:08:11 -0800
|
||||
|
||||
* Update Cirrus CI naming for MacOS images (Christian Kreibich, Corelight)
|
||||
|
||||
The docs on https://cirrus-ci.org/guide/macOS/ changed from
|
||||
"osx_instance" to "macos_instance", so let's reflect that.
|
||||
|
||||
4.1.0-dev.118 | 2021-01-18 19:14:30 -0700
|
||||
|
||||
* Remove superfluous nullptr checks in Val/RecordVal methods (Jon Siwek, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev.118
|
||||
4.1.0-dev.120
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7b4eddcc69d7fb2ce74e825c8913cb72dd73ad14
|
||||
Subproject commit 243be045fa11b3d214d8b2d31a077d87ae241cb5
|
|
@ -1 +1 @@
|
|||
Subproject commit 49c49193f8869b9bce8dfc992901d7ec60c1d37e
|
||||
Subproject commit 7fe80115aa159119febc623cec0660774bcae50c
|
Loading…
Add table
Add a link
Reference in a new issue