Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 00551f3

Browse files
chore(deps): update dependency ubuntu to v24
1 parent cbdef8e commit 00551f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
build:
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
2222
container: ghcr.io/miracum/ig-build-tools:v2.1.6@sha256:26bc1eaf0a259e8c16d0eeeb8622c7aecaa45d41e39f158696f9aec90b142596
2323
steps:
2424
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -32,7 +32,7 @@ jobs:
3232
path: "PseudonymizationIG/output"
3333

3434
deploy:
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
if: ${{ github.event_name != 'pull_request' }}
3737
needs:
3838
- build

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
release-please:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
1717
with:

0 commit comments

Comments
 (0)