Skip to content

Commit

Permalink
Specify the exact runners to use to build the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Dec 22, 2024
1 parent b80b64d commit aa1b285
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
bin/anisette-server-aarch64.dbg
build-anisette-server-armv7:
runs-on: ubuntu-22.04
container: ubuntu:23.04
runs-on: ubuntu-24.04

steps:
- name: Install dependencies
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
build-anisette-server-x86_64:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -40,8 +40,7 @@ jobs:
${{github.workspace}}/bin/anisette-server-x86_64.dbg
build-anisette-server-i686:
runs-on: ubuntu-22.04
container: ubuntu:23.04
runs-on: ubuntu-24.04

steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base for builder
FROM debian:unstable-slim AS builder
FROM debian:bookworm-20241202 AS builder
# Deps for builder
RUN apt-get update && apt-get install --no-install-recommends -y ca-certificates ldc git clang dub libz-dev \
&& apt-get clean \
Expand Down

0 comments on commit aa1b285

Please sign in to comment.