We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17fa0b commit 7bf4b0bCopy full SHA for 7bf4b0b
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: macos-14
+ runs-on: macos-15
12
13
strategy:
14
matrix:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cdk-aws-observability-accelerator",
3
- "version": "1.6.0",
+ "version": "1.7.0",
4
"scripts": {
5
"build": "rm -rf dist && tsc --skipLibCheck",
6
"watch": "tsc -w",
0 commit comments