Skip to content

Commit

Permalink
ci: updating macos CI runner
Browse files Browse the repository at this point in the history
- Also updated `systeminformation` to `^5.18.5`

[ci skip]
  • Loading branch information
tegefaulkes committed Jul 7, 2023
1 parent 69a40b9 commit ac6f4a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ integration:linux:
- job: integration:deployment
optional: true
tags:
- shared-macos-amd64
image: macos-11-xcode-12
- saas-macos-medium-m1
image: macos-12-xcode-14
script:
- for f in ./builds/*-macos-x64*; do "$f"; done
rules:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"prettier": "^2.6.2",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"systeminformation": "^5.12.1",
"systeminformation": "^5.18.5",
"ts-jest": "^28.0.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
Expand Down

0 comments on commit ac6f4a0

Please sign in to comment.