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 37ecdf6 commit 9f8986e
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 @@ -15,11 +15,11 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: contains('refs/heads/main', github.ref) || startsWith(github.ref, 'refs/heads/release') || startsWith(github.ref, 'refs/heads/preview') || startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build image & push to Docker Hub
env:
DOCKER_REPOSITORY: instedd/redirect-to-location
Expand Down

0 comments on commit 9f8986e

Please sign in to comment.