Skip to content

Commit ddc381a

Browse files
committed
🔧 Update macOS version in CI
1 parent f949ed6 commit ddc381a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
job-danger:
1010
name: Review, Lint, Verify
11-
runs-on: macOS-latest
11+
runs-on: macOS-15
1212
steps:
1313
- name: git checkout
1414
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Test
22

33
on: [push]
4-
env:
5-
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
64

75
jobs:
86
job-test:
97
name: Run unit tests
10-
runs-on: macos-13
8+
runs-on: macos-15
119
steps:
1210
- uses: actions/checkout@v1
1311

0 commit comments

Comments
 (0)