Browse Source

replacing ubuntu-latest with ubuntu-24.04 (#353)

pull/356/head
Amy Galles 1 year ago committed by GitHub
parent
commit
ced32288e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/test-lint-workflow.yml

2
.github/workflows/test-lint-workflow.yml

@ -11,7 +11,7 @@ on: @@ -11,7 +11,7 @@ on:
jobs:
test-lint-workflow:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout Branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Loading…
Cancel
Save