Skip to content

Commit

Permalink
Use ubuntu-latest and add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Oct 18, 2021
1 parent 9cd8ce8 commit 093603d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

archive:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
os: [win64, win32]
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

release:
needs: [build, archive]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Download FFmpeg archive win64
uses: actions/download-artifact@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

archive:
needs: build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
os: [win64, win32]
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

release:
needs: [build, archive]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Download FFmpeg archive win64
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

delete_old:
name: Delete older pre-releases
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Delete older pre-releases
uses: dev-drprasad/[email protected]
Expand Down
1 change: 1 addition & 0 deletions dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ragel cvs yasm pax nasm gperf autogen autoconf-archive
Expand Down

0 comments on commit 093603d

Please sign in to comment.