Skip to content

Commit

Permalink
only runs on 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed Oct 31, 2024
1 parent 8df0ffc commit 5fa6ee9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@ jobs:
- build_name: gcc-10
compiler: gcc
version: 10
os: ubuntu-20.04
os: ubuntu-24.04
# dockerImage: conanio/gcc10-ubuntu16.04:latest
allow_failure: false
- build_name: apple-clang-13
compiler: apple-clang
version: 13
os: macos-12
arch: x86_64
SDKROOT: /Applications/Xcode_13.2.1.app
allow_failure: false
- build_name: apple-clang-14-armv8
compiler: apple-clang
version: 14
os: macos-14
SDKROOT: /Applications/Xcode_14.3.1.app
allow_failure: false
- build_name: msvc-2022
compiler: msvc
version: 194
os: windows-2022
allow_failure: false
# - build_name: apple-clang-13
# compiler: apple-clang
# version: 13
# os: macos-12
# arch: x86_64
# SDKROOT: /Applications/Xcode_13.2.1.app
# allow_failure: false
# - build_name: apple-clang-14-armv8
# compiler: apple-clang
# version: 14
# os: macos-14
# SDKROOT: /Applications/Xcode_14.3.1.app
# allow_failure: false
# - build_name: msvc-2022
# compiler: msvc
# version: 194
# os: windows-2022
# allow_failure: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5fa6ee9

Please sign in to comment.