Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc committed Nov 20, 2024
1 parent 29378e0 commit b8e0fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ executors:
docker:
- image: rust:1.81.0
ubuntu:
docker:
- image: ubuntu:20.04
cibuilds:
machine:
image: ubuntu-2004:202201-02
ci-builds:
docker:
- image: cibuilds/github:0.13

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
# This job roughly follows the instructions from https://circleci.com/blog/publishing-to-github-releases-via-circleci/
build_and_upload_contracts:
# Image from https://github.com/cibuilds/github, based on alpine
executor: cibuilds
executor: ci-builds
steps:
- run:
name: Install Docker client
Expand Down

0 comments on commit b8e0fe2

Please sign in to comment.