mirror of
https://github.com/cameron-martin/bazel-lsp.git
synced 2025-08-04 14:28:24 +00:00
ci: Update ubuntu runners (#139)
Ubuntu 20.04 is no longer supported, so update to newest version.
This commit is contained in:
parent
b5407e710b
commit
ea265b44cd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
|
@ -14,10 +14,10 @@ jobs:
|
|||
matrix:
|
||||
target:
|
||||
- name: linux-amd64
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
extension: ""
|
||||
- name: linux-arm64
|
||||
runs-on: ubuntu-22.04-arm
|
||||
runs-on: ubuntu-24.04-arm
|
||||
extension: ""
|
||||
- name: windows-amd64
|
||||
runs-on: windows-2019
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue