We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4304d40 commit bbc2c72Copy full SHA for bbc2c72
1 file changed
.github/runs-on.yml
@@ -1,6 +1,18 @@
1
_extends: .github-private
2
+
3
images:
- ubuntu24-full-arm64-pre:
4
+ ubuntu24-full-x64-pre-v2:
5
+ platform: "linux"
6
+ arch: "x64"
7
+ name: "vortex-ci-v2-x64-*"
8
+ owner: "245040174862"
9
+ ubuntu24-full-arm64-pre-v2:
10
platform: "linux"
11
arch: "arm64"
- ami: "ami-0f1ea4587146704c3"
12
+ name: "vortex-ci-v2-arm64-*"
13
14
+ windows25-full-x64-pre:
15
+ platform: "windows"
16
17
+ name: "vortex-ci-windows-x64-*"
18
0 commit comments