1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-03 12:34:00 +03:00

Update workflow to use ubuntu:latest for package builds

This commit is contained in:
2025-10-12 22:22:06 +03:00
parent e75289313d
commit 06447cc7b0
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
package:
runs-on: ubuntu:22.04
runs-on: ubuntu-latest
steps:
- name: Checkout code