Skip to content

Commit e20410d

Browse files
committed
remove old reference to bugsnag and also bump to macos-15
1 parent 43ae379 commit e20410d

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

.github/workflows/pkg-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636

3737
jobs:
3838
pkg-binary:
39-
runs-on: ${{ inputs.arch == 'arm64' && 'macos-14' || 'ubuntu-24.04' }}
39+
runs-on: ${{ inputs.arch == 'arm64' && 'macos-15' || 'ubuntu-24.04' }}
4040
env:
4141
TERM: xterm
4242
steps:

.github/workflows/pr-core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version:
6666
- "20"
6767
os:
68-
# - macos-14
68+
# - macos-15
6969
- ubuntu-24.04
7070
# - windows-2022
7171
shell:

.github/workflows/pr-setup-macos-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
node-version:
1717
- "20"
1818
os:
19-
- macos-13
20-
- macos-14
19+
- macos-15
2120

2221
steps:
2322
- name: Checkout code

.github/workflows/pr-unit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os:
13-
- macos-13
14-
- macos-14
13+
- macos-15
1514
- ubuntu-24.04
1615
- windows-2022
1716
node-version:

.github/workflows/sign-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
codesign-binary:
5050
runs-on: ${{
5151
(contains(inputs.os, 'linux') || contains(inputs.file, 'linux')) && 'ubuntu-24.04' ||
52-
(contains(inputs.os, 'macos') || contains(inputs.file, 'macos')) && 'macos-14' ||
52+
(contains(inputs.os, 'macos') || contains(inputs.file, 'macos')) && 'macos-15' ||
5353
(contains(inputs.os, 'win') || contains(inputs.file, 'win')) && 'windows-2022'}}
5454
env:
5555
TERM: xterm

docs/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Because most sane people are not lawyers we've included this more-human-accessib
2020

2121
Lando collects two kinds of information for the sole purpose of improving Lando: _Usage Data_ and _Crash Data_.
2222

23-
We store and process this data in [Amplitude](https://amplitude.com/). Additionally, we store Crash Data in [Bugsnag](https://www.bugsnag.com/). Lando does not share, sell or transmit your data to any other parties. We have obtained DPAs with both Amplitude and Bugsnag for this purpose.
23+
We store and process this data in [Amplitude](https://amplitude.com/). Lando does not share, sell or transmit your data to any other parties. We have obtained DPAs with both Amplitude and Bugsnag for this purpose.
2424

2525
### Usage Data
2626

0 commit comments

Comments
 (0)