Browse Source

package/ci: update to a non-deprecated ARM64 image on CircleCI.

This I like, a notification sufficiently in advance, that a certain
version of an image is deprecated. Not the whole OS version altogether,
not the platform as a whole.
pull/638/head
Vladimír Vondruš 2 years ago
parent
commit
7d433cc0a2
  1. 2
      package/ci/circleci.yml

2
package/ci/circleci.yml

@ -42,7 +42,7 @@ executors:
image: android:202102-01
arm64:
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2004:2023.07.1
resource_class: arm.medium
commands:

Loading…
Cancel
Save