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

Commit b00a76c

Browse files
chore(deps): update dependency ubuntu to v24
1 parent daa22de commit b00a76c

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
@@ -9,7 +9,7 @@ permissions: read-all
99

1010
jobs:
1111
release-please:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
contents: write
1515
pull-requests: write

0 commit comments

Comments
 (0)