Skip to content

Commit

Permalink
Update to ubuntu devel
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh authored Apr 5, 2024
1 parent e0527f8 commit 19cf840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scheduled-builds.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check for newer versions of Rust and update
name: Check for newer versions and publish

on:
schedule:
Expand All @@ -8,9 +8,9 @@ on:
jobs:
update:
name: Check for newer versions of Rust and update
runs-on: ubuntu-latest
runs-on: ubuntu-devel
container:
image: ubuntu:latest
image: ubuntu:devel
steps:
- name: Update system
run: apt-get update && apt-get --yes upgrade
Expand Down

0 comments on commit 19cf840

Please sign in to comment.