Skip to content

Commit

Permalink
Build on ubuntu22-04 (#361)
Browse files Browse the repository at this point in the history
*Issue #, if available:* N/A

*Description of changes:* Builds were segfaulting
(https://github.com/awslabs/mountpoint-s3-csi-driver/actions/runs/12986609886/job/36213821655).


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
muddyfish authored Jan 27, 2025
1 parent 22d3773 commit 8d8ac9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ matrix:
arch: "arm"
family: "Ubuntu2204"
kubernetes-version: "1.31.0"
- cluster-type: "eksctl"
arch: "arm"
family: "Ubuntu2204"
kubernetes-version: "1.32.1"
exclude:
- cluster-type: "kops"
family: "Bottlerocket"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Build Matrix
uses: ./.github/workflows/build_matrix.yaml
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # FIXME - https://github.com/actions/runner-images/issues/11471
environment: ${{ inputs.environment }}
permissions:
id-token: write
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# so we disable it to ensure all resources created during test are properly cleaned up.
fail-fast: false
matrix: ${{ fromJson(needs.build_matrix.outputs.matrix) }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # FIXME - https://github.com/actions/runner-images/issues/11471
environment: ${{ inputs.environment }}
permissions:
id-token: write
Expand Down

0 comments on commit 8d8ac9c

Please sign in to comment.