Skip to content

Commit 6fcf4ae

Browse files
authored
Update release.yml
1 parent 7ca6c87 commit 6fcf4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Install Linux Deps
105105
run: sudo apt install libpipewire-0.3-dev
106-
if: ${{ matrix.os == 'ubuntu-latest' }}
106+
if: ${{ matrix.os == 'ubuntu-22.04' }}
107107

108108
- uses: lukka/get-cmake@latest
109109

@@ -119,7 +119,7 @@ jobs:
119119
if: ${{ matrix.os == 'windows-latest' }}
120120

121121
- run: vcpkg install spdlog
122-
if: ${{ matrix.os == 'ubuntu-latest' }}
122+
if: ${{ matrix.os == 'ubuntu-22.04' }}
123123

124124
- uses: lukka/run-cmake@v10
125125
with:

0 commit comments

Comments
 (0)