Skip to content

Commit

Permalink
Merge pull request #669 from asfadmin/rew/pin-ubuntu-version
Browse files Browse the repository at this point in the history
Pin ubuntu version in e2e github workflow
  • Loading branch information
reweeden authored Dec 13, 2022
2 parents bbe1b2e + 0826df4 commit 2b380c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/re-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ on:
jobs:
# Deploy to the test environment and run end to end tests
test-end-to-end:
runs-on: ubuntu-latest
# Version of gdal installed depends on ubuntu version
runs-on: ubuntu-20.04
environment: ${{ inputs.environment }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 2b380c1

Please sign in to comment.