Skip to content

Commit

Permalink
Actions: squash a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 9, 2024
1 parent bf6f7f3 commit 569ede3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:

build:
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
rust-version: [ stable ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

create_gh_release:
needs: [release]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Fetch macOS archive
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 569ede3

Please sign in to comment.