Skip to content

Commit ac6f4a0

Browse files
committed
ci: updating macos CI runner
- Also updated `systeminformation` to `^5.18.5` [ci skip]
1 parent 69a40b9 commit ac6f4a0

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ integration:linux:
402402
- job: integration:deployment
403403
optional: true
404404
tags:
405-
- shared-macos-amd64
406-
image: macos-11-xcode-12
405+
- saas-macos-medium-m1
406+
image: macos-12-xcode-14
407407
script:
408408
- for f in ./builds/*-macos-x64*; do "$f"; done
409409
rules:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"prettier": "^2.6.2",
162162
"shelljs": "^0.8.5",
163163
"shx": "^0.3.4",
164-
"systeminformation": "^5.12.1",
164+
"systeminformation": "^5.18.5",
165165
"ts-jest": "^28.0.5",
166166
"ts-node": "^10.9.1",
167167
"tsconfig-paths": "^3.9.0",

0 commit comments

Comments
 (0)