chore(deps): update dependency ubuntu to v24
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Code check / Check code (pull_request) Successful in 1m40s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Code check / Check code (pull_request) Successful in 1m40s
				
			This commit is contained in:
		| @@ -10,7 +10,7 @@ env: | |||||||
| jobs: | jobs: | ||||||
|   build-appimage: |   build-appimage: | ||||||
|     name: Build AppImage |     name: Build AppImage | ||||||
|     runs-on: ubuntu-22.04 |     runs-on: ubuntu-24.04 | ||||||
|     steps: |     steps: | ||||||
|       - uses: https://gitea.com/actions/checkout@v4 |       - uses: https://gitea.com/actions/checkout@v4 | ||||||
|  |  | ||||||
| @@ -82,7 +82,7 @@ jobs: | |||||||
|  |  | ||||||
|   build-arch: |   build-arch: | ||||||
|     name: Build Arch Package |     name: Build Arch Package | ||||||
|     runs-on: ubuntu-22.04 |     runs-on: ubuntu-24.04 | ||||||
|     container: |     container: | ||||||
|       image: archlinux:base-devel |       image: archlinux:base-devel | ||||||
|       volumes: |       volumes: | ||||||
|   | |||||||
| @@ -59,7 +59,7 @@ jobs: | |||||||
|  |  | ||||||
|   build-appimage: |   build-appimage: | ||||||
|     name: Build AppImage |     name: Build AppImage | ||||||
|     runs-on: ubuntu-22.04 |     runs-on: ubuntu-24.04 | ||||||
|     needs: changes |     needs: changes | ||||||
|     if: needs.changes.outputs.appimage == 'true' || github.event_name == 'workflow_dispatch' |     if: needs.changes.outputs.appimage == 'true' || github.event_name == 'workflow_dispatch' | ||||||
|     steps: |     steps: | ||||||
| @@ -134,7 +134,7 @@ jobs: | |||||||
|  |  | ||||||
|   build-arch: |   build-arch: | ||||||
|     name: Build Arch Package |     name: Build Arch Package | ||||||
|     runs-on: ubuntu-22.04 |     runs-on: ubuntu-24.04 | ||||||
|     needs: changes |     needs: changes | ||||||
|     if: needs.changes.outputs.arch == 'true' || github.event_name == 'workflow_dispatch' |     if: needs.changes.outputs.arch == 'true' || github.event_name == 'workflow_dispatch' | ||||||
|     container: |     container: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user