Skip to content

Commit dab044d

Browse files
authored
[skip ci] Update build.yml ubuntu job
1 parent 7edcf0c commit dab044d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

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

4747
ubuntu-container-build-job:
4848
name: Build for Ubuntu
49-
runs-on: ubuntu-${{ matrix.ubuntu-version }}
49+
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
5252
include:
@@ -57,7 +57,7 @@ jobs:
5757
- ubuntu-release: noble_numbat
5858
ubuntu-version: 24.04
5959
fail-fast: false
60-
container: ubuntu:${{ matrix.ubuntu-version }}
60+
container: ubuntu:${{ matrix.ubuntu-version }}
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: Run venv, pip, build and upload artifacts

0 commit comments

Comments
 (0)