Skip to content

Commit

Permalink
CI: use latest label (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Aug 17, 2024
1 parent fbb1277 commit adc09a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: macos-14
runs-on: macos-latest

environment:
name: CD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: macos-14
runs-on: macos-latest
permissions:
contents: write
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
dependency-submission:
runs-on: macos-14
runs-on: macos-latest

permissions:
contents: write
Expand Down

0 comments on commit adc09a8

Please sign in to comment.