Skip to content

Commit

Permalink
Remove pin to ubuntu-24-04 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hspaans authored Dec 14, 2024
1 parent 01311f7 commit 601c1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
lint:
name: Linting Code Base
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout Code
Expand All @@ -35,7 +35,7 @@ jobs:
build-test:
name: Test Rules
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout Code
Expand Down

0 comments on commit 601c1b0

Please sign in to comment.