Skip to content

Commit

Permalink
pin the 16 core runner to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Jan 16, 2025
1 parent dc613b2 commit f259468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
name: Unit Tests
needs: [fetch-allow-lists, tests-prep]
timeout-minutes: 30
runs-on: ubuntu-16-cores-latest
runs-on: ubuntu-16-cores-22.04
outputs:
app_folders: ${{ steps.get-changed-apps.outputs.folders }}
changed-files: ${{ steps.get-changed-apps.outputs.changed_files }}
Expand Down

0 comments on commit f259468

Please sign in to comment.