Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth authored Feb 27, 2024
1 parent d5052ae commit e37ffc5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ jobs:
build-runtime: MD
build-config: Release

- name: Linux_gcc10
- name: Linux_gcc11
os: ubuntu-22.04
build-cc: gcc
build-cxx: g++
build-compiler: gcc
build-cversion: 10
build-cversion: 11
build-config: Release
build-os: Linux
build-libcxx: libstdc++

- name: Macos_xcode12.4
os: macos-11
- name: Macos_xcode13.4
os: macos-12
build-compiler: apple-clang
build-cversion: "12.0"
build-cversion: 13
build-config: Release
build-os: Macos
build-xcode-version: 12.4
build-xcode-version: 13.4
build-libcxx: libc++

steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup python version
uses: actions/setup-python@v1
with:
python-version: "3.7"
python-version: "3.11"

- name: Start ssh key agent
uses: webfactory/ssh-agent@v0.7.0
Expand Down

0 comments on commit e37ffc5

Please sign in to comment.