Skip to content

Commit

Permalink
Fix ci build using container
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 5, 2025
1 parent be166fb commit ad7c4ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
nginx:
- 1.27.0
- 1.26.1
Expand All @@ -59,7 +58,8 @@ jobs:
- 1.18.0
- 1.16.1
- 1.14.2
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container: ubuntu:noble
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -75,6 +75,7 @@ jobs:

build-efficacy:
runs-on: ubuntu-latest
container: ubuntu:noble
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ad7c4ad

Please sign in to comment.