Skip to content

Commit

Permalink
bump default compiler to gnu 10 and macos images from 11 to 12 for be…
Browse files Browse the repository at this point in the history
…tter concepts support
  • Loading branch information
robertbindar committed Sep 19, 2023
1 parent 41bc0f2 commit bd2e439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
workflow_call:

env:
CXX: g++
CXX: g++-10
CC: gcc-10

jobs:
build:
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
with:
ci_backend: GCS
matrix_image: ubuntu-20.04
matrix_compiler_cc: 'gcc-10'
matrix_compiler_cxx: 'g++-10'
timeout: 120
bootstrap_args: '--enable-gcs --enable-release-symbols'

Expand All @@ -64,15 +66,15 @@ jobs:
uses: ./.github/workflows/ci-linux_mac.yml
with:
ci_backend: S3
matrix_image: macos-11
matrix_image: macos-12
timeout: 120
bootstrap_args: '--enable=s3,serialization,tools --enable-release-symbols'

ci6:
uses: ./.github/workflows/ci-linux_mac.yml
with:
ci_backend: GCS
matrix_image: macos-11
matrix_image: macos-12
timeout: 120
bootstrap_args: '--enable-gcs --enable-release-symbols'

Expand All @@ -96,6 +98,8 @@ jobs:
with:
ci_option: ASAN
matrix_image: ubuntu-20.04
matrix_compiler_cc: 'gcc-10'
matrix_compiler_cxx: 'g++-10'
timeout: 120
bootstrap_args: '--enable-serialization'
asan: true
Expand All @@ -104,7 +108,7 @@ jobs:
uses: ./.github/workflows/ci-linux_mac.yml
with:
ci_backend: AZURE
matrix_image: macos-11
matrix_image: macos-12
timeout: 120
bootstrap_args: '--enable-azure'

Expand Down

0 comments on commit bd2e439

Please sign in to comment.