Skip to content

Commit ac02290

Browse files
committed
Update Github Actions to use ubuntu-22.04
1 parent d231fd7 commit ac02290

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ jobs:
1414
matrix:
1515
include:
1616
- name: Linux Flatpak
17-
os: ubuntu-20.04
17+
os: ubuntu-22.04
1818
BUILD_TARGET: flatpak
1919
DEPLOY: flatpak
2020
- name: Linux AppImage
21-
os: ubuntu-20.04
21+
os: ubuntu-22.04
2222
BUILD_TARGET: appimage
2323
DEPLOY: appimage
2424
- name: Linux x64
25-
os: ubuntu-20.04
25+
os: ubuntu-22.04
2626
cache-key: linux-x64
2727
SDL_VERSION: 2.30.9
2828
SDL_MIXER_VERSION: 2.8.0
2929
BUILD_TARGET: linux
3030
DEPLOY: linux
3131
- name: Linux x64 (old SDL versions)
32-
os: ubuntu-20.04
32+
os: ubuntu-22.04
3333
cache-key: linux-x64
3434
SDL_VERSION: 2.0.0
3535
SDL_MIXER_VERSION: 2.0.0
@@ -51,15 +51,15 @@ jobs:
5151
BUILD_TARGET: ios
5252
DEPLOY: ios
5353
- name: Nintendo Switch
54-
os: ubuntu-20.04
54+
os: ubuntu-22.04
5555
BUILD_TARGET: switch
5656
DEPLOY: switch
5757
- name: PS Vita
58-
os: ubuntu-20.04
58+
os: ubuntu-22.04
5959
BUILD_TARGET: vita
6060
DEPLOY: vita
6161
- name: Android
62-
os: ubuntu-20.04
62+
os: ubuntu-22.04
6363
cache-key: android
6464
SDL_VERSION: 2.30.9
6565
SDL_MIXER_VERSION: 2.8.0

0 commit comments

Comments
 (0)