Merge pull request #96 from crossplane/renovate/ubuntu-24.x
Update dependency ubuntu to v24
This commit is contained in:
		
						commit
						58878758da
					
				| 
						 | 
				
			
			@ -21,7 +21,7 @@ env:
 | 
			
		|||
 | 
			
		||||
jobs:
 | 
			
		||||
  detect-noop:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    outputs:
 | 
			
		||||
      noop: ${{ steps.noop.outputs.should_skip }}
 | 
			
		||||
    steps:
 | 
			
		||||
| 
						 | 
				
			
			@ -35,7 +35,7 @@ jobs:
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
  lint:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    needs: detect-noop
 | 
			
		||||
    if: needs.detect-noop.outputs.noop != 'true'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -77,7 +77,7 @@ jobs:
 | 
			
		|||
          version: ${{ env.GOLANGCI_VERSION }}
 | 
			
		||||
 | 
			
		||||
  check-diff:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    needs: detect-noop
 | 
			
		||||
    if: needs.detect-noop.outputs.noop != 'true'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -117,7 +117,7 @@ jobs:
 | 
			
		|||
        run: make check-diff
 | 
			
		||||
 | 
			
		||||
  unit-tests:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    needs: detect-noop
 | 
			
		||||
    if: needs.detect-noop.outputs.noop != 'true'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -166,7 +166,7 @@ jobs:
 | 
			
		|||
          file: _output/tests/linux_amd64/coverage.txt
 | 
			
		||||
 | 
			
		||||
  e2e-tests:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    needs: detect-noop
 | 
			
		||||
    if: needs.detect-noop.outputs.noop != 'true'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -228,7 +228,7 @@ jobs:
 | 
			
		|||
        run: make e2e USE_HELM3=true
 | 
			
		||||
 | 
			
		||||
  publish-artifacts:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
    needs: detect-noop
 | 
			
		||||
    if: needs.detect-noop.outputs.noop != 'true'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@ env:
 | 
			
		|||
 | 
			
		||||
jobs:
 | 
			
		||||
  promote-artifacts:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,7 @@ on:
 | 
			
		|||
 | 
			
		||||
jobs:
 | 
			
		||||
  create-tag:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    runs-on: ubuntu-24.04
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue