Skip to content

Commit

Permalink
Upgrade Github Actions' runner image
Browse files Browse the repository at this point in the history
`ubuntu-20.04` is getting deprecated.

See actions/runner-images#11101
See manastech/infra#99
  • Loading branch information
matiasgarciaisaia committed Feb 20, 2025
1 parent b0874e8 commit 5beca2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Generate images' Dockerfiles
run: ./dockerfiles.sh
- name: Build Docker images
Expand Down

0 comments on commit 5beca2c

Please sign in to comment.