Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jan 7, 2025
1 parent 2e79507 commit 5e81ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instrument.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
haxe-version: ['4.2.5', '4.3.4', 'nightly']
haxe-version: ['4.3.6', 'nightly']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Run tests
run: npx haxe test.hxml
- name: Upload results to codecov
if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.3.4'
if: success() && matrix.platform == 'ubuntu-latest' && matrix.haxe-version == '4.3.6'
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

0 comments on commit 5e81ddc

Please sign in to comment.