Skip to content

Commit 0dc6300

Browse files
authored
Remove pin to ubuntu-24-04 in ci.yml (#57)
1 parent 01311f7 commit 0dc6300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
lint:
1616
name: Linting Code Base
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Checkout Code
@@ -35,7 +35,7 @@ jobs:
3535
3636
build-test:
3737
name: Test Rules
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-24.04
3939

4040
steps:
4141
- name: Checkout Code

0 commit comments

Comments
 (0)