Change deprecated machine to newest

This commit is contained in:
Michael Bagaskoro Edwards
2025-04-04 14:34:10 +07:00
parent 0d03681d20
commit 7e1df06046
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:

View File

@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:

View File

@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:

View File

@@ -47,7 +47,7 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps: