Skip to content

Commit b59591f

Browse files
committed
Fix mac runners
1 parent 8ef7239 commit b59591f

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
matrix:
1616
runs-on:
1717
- ubuntu-latest
18-
- macos-12
19-
- macos-13-xlarge
18+
- macos-13
2019
- windows-latest
2120

2221
name: Unit Test ${{ matrix.runs-on }}

.github/workflows/test-package-action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
matrix:
1616
runs-on:
1717
- ubuntu-latest
18-
- macos-12
19-
- macos-13-xlarge
18+
- macos-13
2019
- windows-latest
2120

2221
name: Package Test ${{ matrix.runs-on }}

.pre-commit-hooks/check_changelog_entries.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
3+
# Copyright 2026 Broadcom, Inc.
24
# Copyright 2021-2026 VMware, Inc.
35
# SPDX-License-Identifier: Apache-2.0
46
#

.pre-commit-hooks/copyright_headers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python3
2+
3+
# Copyright 2026 Broadcom, Inc.
24
# Copyright 2021-2026 VMware, Inc.
35
# SPDX-License-Identifier: Apache-2.0
46
#

tests/test_relenv_gdb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2024 VMware, Inc.
1+
# Copyright 2026 Broadcom, Inc.
2+
# Copyright 2024-2026 VMware, Inc.
23
# SPDX-License-Identifier: Apache-2.0
34

45

0 commit comments

Comments
 (0)