Skip to content

Commit

Permalink
using ubuntu-latest for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 13, 2024
1 parent 1ada37a commit 0fb8bf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ self-hosted, m1 , avx512 ]
platform: [ ubuntu-latest ]
BUILD_TYPE: [ Debug, Release ]
cxx: [ clang++ ]
runs-on: ${{ matrix.platform }}
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ self-hosted, m1, avx512 ]
platform: [ ubuntu-latest ]
BUILD_TYPE: [ Debug, Release ]
cxx: [ clang++ ]
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ self-hosted, m1 ]
platform: [ ubuntu-latest ]
BUILD_TYPE: [ Release ]
cc: [ clang ]
cxx: [ clang++ ]
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ m1 ]
platform: [ ubuntu-latest ]
BUILD_TYPE: [ Release ]
cc: [ clang ]
cxx: [ clang++ ]
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ m1 ]
platform: [ ubuntu-latest ]
BUILD_TYPE: [ Release ]
cc: [ clang ]
cxx: [ clang++ ]
Expand Down

0 comments on commit 0fb8bf4

Please sign in to comment.