Skip to content

Commit

Permalink
ci: use latest GitHub Action runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor5 committed Aug 1, 2024
1 parent 390a602 commit b9ffbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: linux
path: "*.zip"
build-mac:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -48,7 +48,7 @@ jobs:
name: mac
path: "*.zip"
build-win:
runs-on: windows-2022
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit b9ffbc9

Please sign in to comment.