Skip to content

Commit

Permalink
actions: try neko tests on Windows instead of Ubuntu
Browse files Browse the repository at this point in the history
Context3D unavailable error on Ubuntu
  • Loading branch information
joshtynjala committed Nov 15, 2023
1 parent 314b5de commit f16790a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ jobs:
strategy:
matrix:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
runs-on: ubuntu-latest
# Context3D unavailable error on ubuntu
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -195,7 +196,7 @@ jobs:

- name: Set HAXEPATH
run: |
echo "HAXEPATH=$HAXE_STD_PATH/.." >> $GITHUB_ENV
echo "HAXEPATH=$Env:HAXE_STD_PATH\.." >> $Env:GITHUB_ENV
- name: Install Haxe dependencies
run: |
Expand All @@ -206,7 +207,7 @@ jobs:
- name: Setup environment
run: |
haxelib dev starling $GITHUB_WORKSPACE
haxelib dev starling $Env:GITHUB_WORKSPACE
- name: Run tests on Neko
working-directory: tests
Expand Down

0 comments on commit f16790a

Please sign in to comment.