Skip to content

Commit 7bf4b0b

Browse files
committed
Release Preparation for V1.7.0
1 parent e17fa0b commit 7bf4b0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-14
11+
runs-on: macos-15
1212

1313
strategy:
1414
matrix:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-aws-observability-accelerator",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"scripts": {
55
"build": "rm -rf dist && tsc --skipLibCheck",
66
"watch": "tsc -w",

0 commit comments

Comments
 (0)