Skip to content

Commit

Permalink
Upgrade CI images to latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanoka authored and adamreichold committed Apr 16, 2023
1 parent 101773a commit f5f0cb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
matrix:
container_image:
# Minimum supported rust version (MSRV)
- "georust/geo-ci:rust-1.51"
# Two most recent releases - older ones are omitted.
- "georust/geo-ci:rust-1.58"
- "georust/geo-ci:rust-1.59"
- "georust/geo-ci:rust-1.63"
# Two most recent releases - we omit older ones for expedient CI
- "georust/geo-ci:rust-1.65"
- "georust/geo-ci:rust-1.66"
container:
image: ${{ matrix.container_image }}
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
no_std:
name: rstar no_std test
runs-on: ubuntu-latest
env:
env:
NO_STD_TARGET: aarch64-unknown-none
steps:
- name: Checkout repository
Expand Down

0 comments on commit f5f0cb1

Please sign in to comment.