Skip to content

Commit

Permalink
ci: Pin runners to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 15, 2024
1 parent 6984951 commit 8c2d859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,7 +19,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: write
packages: write
Expand Down

0 comments on commit 8c2d859

Please sign in to comment.