Skip to content

Commit 4212e9e

Browse files
committed
CI: Update all images and actions
(cherry picked from commit 5f401ad)
1 parent 745d7a2 commit 4212e9e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ jobs:
1212
- name: 🐧 Linux (GCC)
1313
os: ubuntu-20.04
1414
platform: linux
15-
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
15+
artifact-name: godot-cpp-linux-glibc2.31-x86_64-release
1616
artifact-path: bin/libgodot-cpp.linux.release.64.a
1717
godot_zip: Godot_v3.5-stable_linux_server.64.zip
1818
executable: Godot_v3.5-stable_linux_server.64
1919

2020
- name: 🏁 Windows (x86_64, MSVC)
21-
os: windows-2019
21+
os: windows-2022
2222
platform: windows
2323
artifact-name: godot-cpp-windows-msvc2019-x86_64-release
2424
artifact-path: bin/libgodot-cpp.windows.release.64.lib
2525

2626
- name: 🏁 Windows (x86_64, MinGW)
27-
os: windows-2019
27+
os: windows-2022
2828
platform: windows
2929
artifact-name: godot-cpp-linux-mingw-x86_64-release
3030
artifact-path: bin/libgodot-cpp.windows.release.64.a
3131
flags: use_mingw=yes
3232

3333
- name: 🍎 macOS (universal)
34-
os: macos-11
34+
os: macos-13
3535
platform: osx
3636
artifact-name: godot-cpp-macos-universal-release
3737
artifact-path: bin/libgodot-cpp.osx.release.64.a
@@ -47,14 +47,14 @@ jobs:
4747
flags: ANDROID_NDK_ROOT=$ANDROID_NDK_LATEST_HOME android_arch=arm64v8
4848

4949
- name: 🍏 iOS (arm64)
50-
os: macos-11
50+
os: macos-13
5151
platform: ios
5252
artifact-name: godot-cpp-ios-arm64-release
5353
artifact-path: bin/libgodot-cpp.ios.release.arm64.a
5454

5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v4
5858
with:
5959
submodules: recursive
6060

@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-20.04
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@v2
113+
uses: actions/checkout@v4
114114

115115
- name: Make apt sources.list use the default Ubuntu repositories
116116
run: |

0 commit comments

Comments
 (0)