File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 - ' **' # only run on branches
1212 pull_request :
1313 release :
14- types : [created ]
14+ types : [published ]
1515
1616env :
1717 BUILD_TYPE : Release
@@ -26,26 +26,26 @@ jobs:
2626 strategy :
2727 matrix :
2828 include :
29- - os : ubuntu-20 .04
29+ - os : ubuntu-22 .04
3030 name : Linux
3131 release-suffix : LIN64
3232 cmake-args : -D32BLIT_DIR=$GITHUB_WORKSPACE/32blit-sdk
3333 apt-packages : libsdl2-dev libsdl2-image-dev libsdl2-net-dev python3-setuptools
3434
35- - os : ubuntu-20 .04
35+ - os : ubuntu-22 .04
3636 name : STM32
3737 release-suffix : STM32
3838 cmake-args : -DCMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/32blit-sdk/32blit.toolchain
3939 apt-packages : gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib python3-setuptools
4040
41- - os : ubuntu-20 .04
41+ - os : ubuntu-22 .04
4242 name : Emscripten
4343 release-suffix : WEB
4444 cmake-args : -D32BLIT_DIR=$GITHUB_WORKSPACE/32blit-sdk
4545 cmake-prefix : emcmake
4646 apt-packages : python3-setuptools
4747
48- - os : ubuntu-20 .04
48+ - os : ubuntu-22 .04
4949 pico-sdk : true
5050 name : PicoSystem
5151 cache-key : picosystem
@@ -131,7 +131,7 @@ jobs:
131131
132132 - name : Setup Emscripten
133133 if : matrix.name == 'Emscripten'
134- uses : mymindstorm/setup-emsdk@v12
134+ uses : mymindstorm/setup-emsdk@v14
135135 with :
136136 version : ${{env.EM_VERSION}}
137137 actions-cache-folder : ${{env.EM_CACHE_FOLDER}}
You can’t perform that action at this time.
0 commit comments