Skip to content

Commit

Permalink
Updates ion-test-driver workflow to run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed May 23, 2023
1 parent 7cae8e9 commit 6694dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ion-test-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: amazon-ion/ion-java/.github/workflows/PR-content-check.yml@master

ion-test-driver:
runs-on: macos-10.15
runs-on: ubuntu-latest
needs: PR-Content-Check
if: ${{ needs.PR-Content-Check.outputs.result == 'pass' }}
steps:
Expand Down

0 comments on commit 6694dc7

Please sign in to comment.