We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edcf0c commit dab044dCopy full SHA for dab044d
1 file changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
47
ubuntu-container-build-job:
48
name: Build for Ubuntu
49
- runs-on: ubuntu-${{ matrix.ubuntu-version }}
+ runs-on: ubuntu-latest
50
strategy:
51
matrix:
52
include:
@@ -57,7 +57,7 @@ jobs:
57
- ubuntu-release: noble_numbat
58
ubuntu-version: 24.04
59
fail-fast: false
60
- container: ubuntu:${{ matrix.ubuntu-version }}
+ container: ubuntu:${{ matrix.ubuntu-version }}
61
steps:
62
- uses: actions/checkout@v4
63
- name: Run venv, pip, build and upload artifacts
0 commit comments