Skip to content

Commit 8f0898d

Browse files
committed
Pin ubuntu version
1 parent 3b1b44d commit 8f0898d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/smoke.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '**.txt'
1515
jobs:
1616
style:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
@@ -34,9 +34,9 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
config:
37-
- {os: ubuntu-latest, python: "3.12", ffmpeg: "7.1", extras: true}
38-
- {os: ubuntu-latest, python: "3.9", ffmpeg: "7.0.2"}
39-
- {os: ubuntu-latest, python: "pypy3.10", ffmpeg: "7.1"}
37+
- {os: ubuntu-24.04, python: "3.12", ffmpeg: "7.1", extras: true}
38+
- {os: ubuntu-24.04, python: "3.9", ffmpeg: "7.0.2"}
39+
- {os: ubuntu-24.04, python: "pypy3.10", ffmpeg: "7.1"}
4040
- {os: macos-14, python: "3.9", ffmpeg: "7.1"}
4141
- {os: macos-14, python: "3.9", ffmpeg: "7.0.2"}
4242

@@ -56,7 +56,7 @@ jobs:
5656
- name: OS Packages
5757
run: |
5858
case ${{ matrix.config.os }} in
59-
ubuntu-latest)
59+
ubuntu-24.04)
6060
sudo apt-get update
6161
sudo apt-get install autoconf automake build-essential cmake \
6262
libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
package-source:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
@@ -34,9 +34,9 @@ jobs:
3434
arch: x86_64
3535
- os: ubuntu-24.04-arm
3636
arch: aarch64
37-
- os: ubuntu-latest
37+
- os: ubuntu-24.04
3838
arch: i686
39-
- os: ubuntu-latest
39+
- os: ubuntu-24.04
4040
arch: x86_64
4141
- os: windows-latest
4242
arch: AMD64

0 commit comments

Comments
 (0)