Skip to content

Commit

Permalink
Use ubuntu 24 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 6, 2024
1 parent 2fc0ada commit d497d9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branchNameValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
valid-branch-name:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
name: Build

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand All @@ -56,7 +56,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
docker/AntaresDeps
docker/AntaresDeps
- name: Docker file push
id: docker_push
Expand Down Expand Up @@ -103,13 +103,13 @@ jobs:
--build-arg="VCPKG_CACHE_DIR=./vcpkg_cache" \
--build-arg CCACHE_DIR=./.ccache \
--build-arg CCACHE_KEY=centos7-on-${{ runner.os }} \
-f ${{ env.DOCKERFILE }} .
-f ${{ env.DOCKERFILE }} .
- name: create a container without starting it && retrieve the .tgz
run: |
container_id=$(docker create antares:centos7)
docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive
docker cp $container_id:/workspace/Antares_Simulator/_build/archive archive
docker cp $container_id:/workspace/vcpkg_cache ${{ env.VCPKG_CACHE_DIR }}
docker cp $container_id:/workspace/.ccache/. .ccache
ls -la .ccache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
docker_publish:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
ORTOOLS_DIR: ${{ github.workspace }}/or-tools

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: 'oraclelinux:8'

steps:
Expand Down

0 comments on commit d497d9c

Please sign in to comment.