use akito's nim img and remove fixed builder

This commit is contained in:
Rasmus Moorats 2023-10-16 10:03:56 +03:00
parent ccad61fc56
commit 441f0e87f6
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -5,10 +5,8 @@ on:
jobs:
build:
runs-on: amd64
container:
image: nimlang/nim:2.0.0
image: akito13/nim:latest
steps:
- name: checkout