Skip to content

Commit e685b97

Browse files
committed
Update Linux and MacOS CD runner versions
1 parent dd3384b commit e685b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
ubuntu_x86_64:
1818
name: Ubuntu x64
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
env:
2121
ARCH: x86_64
2222
OUTPUT: Editor-x86_64-continuous.AppImage
@@ -96,7 +96,7 @@ jobs:
9696

9797
macos_x86_64:
9898
name: MacOS x64
99-
runs-on: macos-12
99+
runs-on: macos-latest
100100
env:
101101
OUTPUT: Editor-macOS-continuous.zip
102102
CCACHE_DIR: ${{ github.workspace }}/ccache

0 commit comments

Comments
 (0)