Skip to content

Commit f20d30a

Browse files
authored
Update gohai macos min version runner (#43185)
### What does this PR do? Update gohai macos min version runner to 14. ### Motivation Github will deprecate MacOS 13 runners ### Describe how you validated your changes CI ### Additional Notes Co-authored-by: pierre.gimalac <pierre.gimalac@datadoghq.com>
1 parent 50e579b commit f20d30a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gohai.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
strategy:
2222
matrix:
2323
# Use oldest and latest available ubuntu, macos and windows
24+
# https://github.com/actions/runner-images#available-images
2425
os:
2526
[
2627
ubuntu-22.04,
2728
ubuntu-latest,
28-
macos-13,
29+
macos-14,
2930
macos-latest,
3031
windows-2022,
3132
windows-latest,

0 commit comments

Comments
 (0)