Skip to content

Commit

Permalink
Update runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Sep 11, 2024
1 parent cdd433c commit 9f9ba89
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
platform: linux-gcc CXX=g++-11
- os: ubuntu-22.04
platform: linux-gcc CXX=g++-12
- os: ubuntu-22.04
platform: linux-gcc
container: quay.io/pypa/manylinux2014_x86_64
- os: ubuntu-22.04
platform: linux-clang CXX=clang++-13
- os: ubuntu-22.04
Expand All @@ -36,9 +33,9 @@ jobs:
platform: win-vs-32
- os: windows-2022
platform: win-vs-64
- os: macos-11
- os: macos-13
platform: macos-clang-64
- os: macos-11
- os: macos-14
platform: macos-clang-arm64

steps:
Expand All @@ -61,4 +58,3 @@ jobs:

- name: Compile tests
run: make PLATFORM=${{ matrix.platform }} -k -C tests all
if: matrix.platform != 'macos-clang-arm64'

0 comments on commit 9f9ba89

Please sign in to comment.