ci: Use azahar-build-environment as image

This commit is contained in:
OpenSauce04 2024-11-22 10:47:12 +00:00
parent c1ca5d8776
commit a6d946ab7f
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
matrix:
target: ["appimage", "fresh"]
container:
image: pablomk7/build-environments:linux-${{ matrix.target }}
image: opensauce04/azahar-build-environment:latest
options: -u 1001
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache

View File

@ -10,7 +10,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: pablomk7/build-environments:linux-fresh
image: opensauce04/azahar-build-environment:latest
options: -u 1001
steps:
- uses: actions/checkout@v4

View File

@ -8,7 +8,7 @@ jobs:
license-header:
runs-on: ubuntu-latest
container:
image: opensauce04/lime3ds-build:latest
image: opensauce04/azahar-build-environment:latest
options: -u 1001
steps:
- uses: actions/checkout@v4