chore(CI): remove ubuntu-18.04 (#12650)

* chore(CI): remove ubuntu-18.04 and add ubuntu-22.04

* update ubuntu.sh

* update

* update

* openssl workaround

* update

* update

* update
This commit is contained in:
Patrick Lewis
2022-08-07 01:05:05 -07:00
committed by GitHub
parent 286347417a
commit 6ad764c520
6 changed files with 11 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
types: ['labeled', 'opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
@@ -21,10 +21,6 @@ jobs:
compiler: clang12
- os: ubuntu-20.04
compiler: clang11
- os: ubuntu-18.04
compiler: clang10
- os: ubuntu-18.04
compiler: gcc8
- os: ubuntu-20.04
compiler: gcc # default in 20.04 is gcc 9
- os: ubuntu-20.04

View File

@@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
types: ['labeled', 'opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})

View File

@@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
types: ['labeled', 'opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})

View File

@@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
types: ['labeled', 'opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})

View File

@@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
types: ['labeled', 'opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})