Skip to content

Commit 1d856ed

Browse files
author
Vano
committed
actions updates
1 parent 82e7203 commit 1d856ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
platform:
5454
- name: 🐧 Linux
5555
description: 'GCC'
56-
os: ubuntu-20.04
56+
os: ubuntu-22.04
5757
platform: linux
5858
artifact-name: libscripts-linux-glibc2.27-x86_64-release
5959
artifact-path:
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: 🐧 Linux
6969
description: 'GCC, Double Precision'
70-
os: ubuntu-20.04
70+
os: ubuntu-22.04
7171
platform: linux
7272
artifact-name: libscripts-linux-glibc2.27-x86_64-double-release
7373
artifact-path:
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: 🏁 Windows
8383
description: 'x86_64, MSVC'
84-
os: windows-2019
84+
os: windows-2022
8585
platform: windows
8686
artifact-name: libscripts-windows-msvc2019-x86_64-release
8787
artifact-path:
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: 🏁 Windows
9797
description: 'x86_64, MinGW'
98-
os: windows-2019
98+
os: windows-2022
9999
platform: windows
100100
artifact-name: libscripts-linux-mingw-x86_64-release
101101
artifact-path:
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: 🤖 Android
126126
description: 'arm64'
127-
os: ubuntu-20.04
127+
os: ubuntu-22.04
128128
platform: android
129129
artifact-name: libscripts-android-arm64-release
130130
artifact-path:
@@ -152,7 +152,7 @@ jobs:
152152

153153
- name: 🌐 Web
154154
description: 'wasm32'
155-
os: ubuntu-20.04
155+
os: ubuntu-22.04
156156
platform: web
157157
artifact-name: libscripts-web-wasm32-release
158158
artifact-path:

0 commit comments

Comments
 (0)