Commit 76af795
authored
[chore] move api-diff pipeline to ubuntu runner (open-telemetry#12549)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Move the api-diff workflow to the standard `ubuntu-latest` runner and
adjust the OS dependent call to mktemp so that it works for both linux
and macos.
<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes
open-telemetry#7444
#### Testing
Tested on my fork:
https://github.com/mowies/opentelemetry-collector/actions/runs/13941800348/job/39019991437
Also tested this locally on MacOS.
<!--Please delete paragraphs that you did not use before submitting.-->
---------
Signed-off-by: Moritz Wiesinger <[email protected]>1 parent 29d233f commit 76af795
File tree
2 files changed
+3
-2
lines changed- .github/workflows
- internal/buildscripts
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments