Skip to content

Commit

Permalink
ubuntu-latest, not ubuntu:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dougEfresh committed Feb 17, 2024
1 parent eec29e3 commit 0f4b600
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test:
name: Test
runs-on: ubuntu:latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -55,7 +55,7 @@ jobs:
cargo test --doc
check-examples:
runs-on: ubuntu:latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -75,7 +75,7 @@ jobs:
clippy:
name: Run linter
runs-on: ubuntu:latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -90,7 +90,7 @@ jobs:
doc:
name: check docs
runs-on: ubuntu:latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -105,7 +105,7 @@ jobs:
build-bot:
name: Test
runs-on: ubuntu:latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 0f4b600

Please sign in to comment.