We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f949ed6 commit ddc381aCopy full SHA for ddc381a
.github/workflows/danger.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
job-danger:
10
name: Review, Lint, Verify
11
- runs-on: macOS-latest
+ runs-on: macOS-15
12
steps:
13
- name: git checkout
14
uses: actions/checkout@v3
.github/workflows/test.yml
@@ -1,13 +1,11 @@
1
name: Test
2
3
on: [push]
4
-env:
5
- DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer
6
7
job-test:
name: Run unit tests
- runs-on: macos-13
+ runs-on: macos-15
- uses: actions/checkout@v1
0 commit comments