mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: bump ubuntu and macos to latest stable versions (#20479)
This commit is contained in:
parent
e427313545
commit
be43cf16cc
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
if: (github.event_name == 'pull_request' && github.base_ref == 'master') || (github.event_name == 'push' && github.ref == 'refs/heads/master')
|
if: (github.event_name == 'pull_request' && github.base_ref == 'master') || (github.event_name == 'push' && github.ref == 'refs/heads/master')
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
@ -142,7 +142,7 @@ jobs:
|
|||||||
# of the bundled dependencies.
|
# of the bundled dependencies.
|
||||||
|
|
||||||
if: (github.event_name == 'pull_request' && github.base_ref == 'master') || (github.event_name == 'push' && github.ref == 'refs/heads/master')
|
if: (github.event_name == 'pull_request' && github.base_ref == 'master') || (github.event_name == 'push' && github.ref == 'refs/heads/master')
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
env:
|
env:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
@ -214,18 +214,18 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- flavor: asan
|
- flavor: asan
|
||||||
cc: clang-13
|
cc: clang-13
|
||||||
runner: ubuntu-20.04
|
runner: ubuntu-22.04
|
||||||
os: linux
|
os: linux
|
||||||
- flavor: tsan
|
- flavor: tsan
|
||||||
cc: clang-13
|
cc: clang-13
|
||||||
runner: ubuntu-20.04
|
runner: ubuntu-22.04
|
||||||
os: linux
|
os: linux
|
||||||
- flavor: uchar
|
- flavor: uchar
|
||||||
cc: gcc
|
cc: gcc
|
||||||
runner: ubuntu-20.04
|
runner: ubuntu-22.04
|
||||||
os: linux
|
os: linux
|
||||||
- cc: clang
|
- cc: clang
|
||||||
runner: macos-11
|
runner: macos-12
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
# functionaltest-lua is our dumping ground for non-mainline configurations.
|
# functionaltest-lua is our dumping ground for non-mainline configurations.
|
||||||
@ -236,7 +236,7 @@ jobs:
|
|||||||
# 3. No treesitter parsers installed.
|
# 3. No treesitter parsers installed.
|
||||||
- flavor: functionaltest-lua
|
- flavor: functionaltest-lua
|
||||||
cc: gcc
|
cc: gcc
|
||||||
runner: ubuntu-20.04
|
runner: ubuntu-22.04
|
||||||
os: linux
|
os: linux
|
||||||
cmake: minimum_required
|
cmake: minimum_required
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
|
Loading…
Reference in New Issue
Block a user