Skip to content

Commit

Permalink
Test enterprise runner
Browse files Browse the repository at this point in the history
  • Loading branch information
RenfengLiu committed Sep 27, 2023
1 parent f51c805 commit dd199f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_Linux_Debug:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-8core
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -108,7 +108,7 @@ jobs:
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-10 .. -GNinja && ninja && cd ..
build_Linux_Release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-16core
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -132,7 +132,7 @@ jobs:
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-10 .. -GNinja && ninja && cd ..
build_Android:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-16core
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit dd199f6

Please sign in to comment.