Skip to content

Commit

Permalink
Let's try updating the github action runners to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Sep 8, 2024
1 parent 0438f52 commit 5fa980f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, workflow_dispatch ]
jobs:
check_nix_packages:
name: Check Nix Flake
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Get Repository from Git
uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:

lint:
name: Run Rustfmt and Clippy on Rust
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Get Repository from Git
uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:

run_all_tests_on_maelstrom:
name: Run All Maelstrom Tests on Maelstrom
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Get Repository from Git
uses: actions/checkout@v4
Expand All @@ -62,7 +62,7 @@ jobs:

deploy-documentation:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write # To push a branch
pages: write # To push to a GitHub Pages site
Expand Down

0 comments on commit 5fa980f

Please sign in to comment.