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 committed Sep 29, 2024
1 parent 70833de commit 7c9c919
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 @@ -55,7 +55,7 @@ jobs:
path: ${{ github.workspace }}/build

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

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

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

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

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

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

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

steps:
Expand Down

0 comments on commit 7c9c919

Please sign in to comment.