We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e365316 commit 8b8c102Copy full SHA for 8b8c102
1 file changed
.github/workflows/lockdown_release.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
build_linux_x64:
13
name: Build Linux x64
14
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-x64
15
16
steps:
17
- uses: actions/checkout@v4
@@ -84,7 +84,7 @@ jobs:
84
85
build_windows:
86
name: Build Windows x64
87
- runs-on: windows-2022
+ runs-on: windows-x64
88
89
90
@@ -116,7 +116,7 @@ jobs:
116
publish:
117
name: Publish to npm
118
needs: [build_linux_x64, build_macos, build_windows]
119
- runs-on: ubuntu-latest
120
121
permissions:
122
contents: write # Needed for creating releases
0 commit comments