We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507e001 commit a2f2c6eCopy full SHA for a2f2c6e
.github/workflows/go.yml
@@ -12,6 +12,9 @@ jobs:
12
matrix:
13
platform: [macos-latest, ubuntu-latest, windows-latest]
14
go-version: ["1.16", "1.24"]
15
+ exclude:
16
+ - platform: macos-latest
17
+ go-version: "1.16"
18
runs-on: ${{ matrix.platform }}
19
steps:
20
- name: Setup Go
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Changed
11
--
+- AddEmptyTrack returns reference to newly added track
### Fixed
0 commit comments