Skip to content

Commit 3f12f48

Browse files
authored
Merge pull request #163 from OpenShot/upgrade-github-actions-ubuntu
Updating GitHub actions CI to use Ubuntu 22.04 and 24.04
2 parents 8d9fd63 + 8cc4941 commit 3f12f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
os: [ubuntu-20.04, ubuntu-22.04]
8+
os: [ubuntu-22.04, ubuntu-24.04]
99
steps:
1010
- uses: actions/checkout@v4
1111

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
popd
3232
3333
# Create an artifact out of the generated HTML
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
name: "OpenShotAudio-docs"
3737
path: "build/doc/html/"

0 commit comments

Comments
 (0)