Skip to content

Commit af888dd

Browse files
committed
chore(.github): use ubuntu-22.04
Some issues arose since ubuntu 24: - SBOM directory: mkdir /tmp/melange-workspace-2571162140/melange-out: permission denied - Command failed with: bwrap: setting up uid map: Permission denied Signed-off-by: Massimiliano Giovagnoli <massimiliano.giovagnoli@chainguard.dev>
1 parent e950024 commit af888dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
examples:
1414
name: build examples
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616

1717
permissions:
1818
contents: read

.github/workflows/go-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212

1313
permissions:
1414
contents: read

.github/workflows/melange-test-pipelines.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs:
4242
- build-melange
4343
# TODO: Set up a larger runner for this.
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4545

4646
permissions:
4747
contents: read

0 commit comments

Comments
 (0)