diff --git a/.github/workflows/golden_burst_insar.yml b/.github/workflows/golden_burst_insar.yml index d0343ff..299ac1c 100644 --- a/.github/workflows/golden_burst_insar.yml +++ b/.github/workflows/golden_burst_insar.yml @@ -4,11 +4,11 @@ on: workflow_dispatch jobs: golden: - runs-on: ubuntu-24.04-arm # TODO: revert to ubuntu-latest after fixing https://github.com/ASFHyP3/hyp3-testing/issues/128 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: mamba-org/setup-micromamba@v2 + - uses: mamba-org/setup-micromamba@v3 with: environment-file: environment.yml