Skip to content

Commit 093603d

Browse files
committed
Use ubuntu-latest and add shebang
1 parent 9cd8ce8 commit 093603d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
archive:
8585
needs: build
86-
runs-on: ubuntu-20.04
86+
runs-on: ubuntu-latest
8787
strategy:
8888
matrix:
8989
os: [win64, win32]
@@ -115,7 +115,7 @@ jobs:
115115

116116
release:
117117
needs: [build, archive]
118-
runs-on: ubuntu-20.04
118+
runs-on: ubuntu-latest
119119
steps:
120120
- name: Download FFmpeg archive win64
121121
uses: actions/download-artifact@v2

.github/workflows/build-on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
archive:
8383
needs: build
84-
runs-on: ubuntu-20.04
84+
runs-on: ubuntu-latest
8585
strategy:
8686
matrix:
8787
os: [win64, win32]
@@ -113,7 +113,7 @@ jobs:
113113

114114
release:
115115
needs: [build, archive]
116-
runs-on: ubuntu-20.04
116+
runs-on: ubuntu-latest
117117
steps:
118118
- name: Download FFmpeg archive win64
119119
uses: actions/download-artifact@v2
@@ -141,7 +141,7 @@ jobs:
141141

142142
delete_old:
143143
name: Delete older pre-releases
144-
runs-on: ubuntu-20.04
144+
runs-on: ubuntu-latest
145145
steps:
146146
- name: Delete older pre-releases
147147
uses: dev-drprasad/delete-older-releases@v0.2.0

dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh
12
sudo apt-get update
23
sudo apt-get upgrade
34
sudo apt-get install ragel cvs yasm pax nasm gperf autogen autoconf-archive

0 commit comments

Comments
 (0)