Skip to content

Commit

Permalink
Merge pull request #22 from mobilecoinofficial/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v24
  • Loading branch information
jgreat authored Oct 1, 2024
2 parents ab85668 + a3f2f17 commit 06706aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
lint-docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand All @@ -28,7 +28,7 @@ jobs:
*.dockerignore
lint-shell:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand All @@ -40,7 +40,7 @@ jobs:
reporter: github-pr-review

lint-actions:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand All @@ -56,7 +56,7 @@ jobs:
- lint-docker
- lint-shell
- lint-actions
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: All Checks OK!
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
gh-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
tag:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# We need to use an external PAT here because GHA will not run downstream events if we use the built in token.
- name: Checkout
Expand Down

0 comments on commit 06706aa

Please sign in to comment.