Skip to content

Commit

Permalink
Use an older Ubuntu versions for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum authored Dec 22, 2024
1 parent bc00d0c commit b80b64d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build-anisette-server-aarch64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ubuntu:23.04

steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
bin/anisette-server-aarch64.dbg
build-anisette-server-armv7:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ubuntu:23.04

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

jobs:
build-anisette-server-macOS-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
${{github.workspace}}/bin/anisette-server-macOS-x86_64
build-anisette-server-macOS-arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{github.workspace}}/bin/anisette-server-x86_64.dbg
build-anisette-server-i686:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container: ubuntu:23.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-anisette-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b80b64d

Please sign in to comment.