Skip to content

Commit d03335a

Browse files
committed
Upgrade build image to ubuntu-22.04.
1 parent aff15c3 commit d03335a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/godot-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
export-windows:
1212
name: Windows Export
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
container:
1515
image: barichello/godot-ci:4.3
1616
steps:
@@ -38,7 +38,7 @@ jobs:
3838

3939
# export-linux:
4040
# name: Linux Export
41-
# runs-on: ubuntu-20.04
41+
# runs-on: ubuntu-22.04
4242
# container:
4343
# image: barichello/godot-ci:4.3
4444
# steps:
@@ -64,7 +64,7 @@ jobs:
6464

6565
# export-mac:
6666
# name: Mac Export
67-
# runs-on: ubuntu-20.04
67+
# runs-on: ubuntu-22.04
6868
# container:
6969
# image: barichello/godot-ci:4.3
7070
# steps:

0 commit comments

Comments
 (0)