8000 Update build.yml to use Ubuntu 22 instead of 20 by MarshalX · Pull Request #189 · MarshalX/python-webrtc · GitHub
[go: up one dir, main page]

Skip to content

Update build.yml to use Ubuntu 22 instead of 20 #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
8000
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update actions/setup-python@v5
  • Loading branch information
MarshalX authored Apr 25, 2025
commit 420a1ce804bc14b663bac44ef0ac050af7d7ef8e
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
submodules: recursive

- name: Setup Python.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Build.
run: |
Expand Down
Loading
0