You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	update ubuntu to latest (#4671)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ env: | ||||
| jobs: | ||||
|  | ||||
|   ci-ubuntu-server: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     strategy: | ||||
|       matrix: | ||||
| @@ -54,7 +54,7 @@ jobs: | ||||
|       run: cd focalboard; make server-test-${{matrix['db']}} | ||||
|  | ||||
|   ci-ubuntu-webapp: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - name: Checkout | ||||
|       uses: actions/checkout@v3 | ||||
|   | ||||
							
								
								
									
										5
									
								
								.github/workflows/dev-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/dev-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,8 +14,7 @@ env: | ||||
| jobs: | ||||
|  | ||||
|   ubuntu: | ||||
|     runs-on: ubuntu-18.04 | ||||
|  | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v3 | ||||
|       with: | ||||
| @@ -218,7 +217,7 @@ jobs: | ||||
|         path: ${{ github.workspace }}/focalboard/win-wpf/dist/focalboard-win.zip | ||||
|  | ||||
|   plugin: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v3 | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/lint-server.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint-server.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,7 +13,7 @@ env: | ||||
|  | ||||
| jobs: | ||||
|   down-migrations: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|         with: | ||||
| @@ -26,7 +26,7 @@ jobs: | ||||
|  | ||||
|   golangci: | ||||
|     name: plugin | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/setup-go@v3 | ||||
|         with: | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/prod-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/prod-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,7 +9,7 @@ env: | ||||
| jobs: | ||||
|  | ||||
|   ubuntu: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|     - name: Checkout | ||||
| @@ -216,7 +216,7 @@ jobs: | ||||
|         path: ${{ github.workspace }}/focalboard/win-wpf/dist/focalboard-win.zip | ||||
|  | ||||
|   plugin-release: | ||||
|     runs-on: ubuntu-18.04 | ||||
|     runs-on: ubuntu-latest | ||||
|  | ||||
|     steps: | ||||
|     - name: Checkout | ||||
|   | ||||
		Reference in New Issue
	
	Block a user