Skip to content

Commit

Permalink
use correct environment for test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn authored and AbdelrahmanKhaledd committed Sep 29, 2024
1 parent fb280ba commit 617479d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-single-platform-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: ${{ github.workspace }}/build

lexer-test:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: build

steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: ./LexerTest

parser-test:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: build

steps:
Expand All @@ -115,7 +115,7 @@ jobs:
run: ./ParserTest

typechecker-test:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: build

steps:
Expand All @@ -141,7 +141,7 @@ jobs:
run: ./TypeCheckerTest

codegen-test:
runs-on: macos-latest
runs-on: ubuntu-latest
needs: build

steps:
Expand Down

0 comments on commit 617479d

Please sign in to comment.