Skip to content

Commit

Permalink
Use ubuntu 24.04 (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Aug 20, 2024
1 parent 3c85c28 commit 4bc0ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcloud-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linode-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip --version
pip3 install linode-cli
pipx install linode-cli
- name: Cleanup
env:
Expand Down

0 comments on commit 4bc0ec9

Please sign in to comment.