Skip to content

Commit

Permalink
fix(CI/Release): pin OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored May 10, 2024
1 parent 4ad3556 commit 4b5757a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build-on-linux:
needs: get-package-version
name: Build and upload the Linux release assets
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
build-on-mac:
needs: get-package-version
name: Build and upload the Mac release assets
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
build-on-windows:
needs: get-package-version
name: Build and upload the Windows release assets
runs-on: windows-latest
runs-on: windows-2022
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4b5757a

Please sign in to comment.