Skip to content

Commit

Permalink
PDFR-11433: Update CircleCI machine image (#259)
Browse files Browse the repository at this point in the history
The tests are currently running on the default 14.04 image which is
being deprecated soon. Update to 20.04 which is the current latest.
  • Loading branch information
VSpike committed Feb 16, 2022
1 parent 1be60ca commit 7b29ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
paths: ['bin']

acceptance:
machine: true
machine:
image: ubuntu-2004:202201-02
resource_class: large
steps:
- checkout
Expand Down

0 comments on commit 7b29ee9

Please sign in to comment.