Skip to content

Commit 8680c07

Browse files
authored
[actions] update (#7870)
1 parent c8f2208 commit 8680c07

8 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/build-emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
build-emscripten:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
2525
cfg:

.github/workflows/build-ios-tvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: ccache
36-
uses: hendrikmuhs/ccache-action@v1.2.11
36+
uses: hendrikmuhs/ccache-action@v1.2.12
3737
with:
3838
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
3939

.github/workflows/build-linux-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/checkout@v4
4141
- name: ccache
42-
uses: hendrikmuhs/ccache-action@v1.2.11
42+
uses: hendrikmuhs/ccache-action@v1.2.12
4343
with:
4444
# key: ${{ matrix.os }}-${{ matrix.type }}
4545
key: ${{ matrix.cfg.target }}

.github/workflows/build-linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/checkout@v4
4444
- name: ccache
45-
uses: hendrikmuhs/ccache-action@v1.2.11
45+
uses: hendrikmuhs/ccache-action@v1.2.12
4646
with:
4747
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
4848

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: ccache
34-
uses: hendrikmuhs/ccache-action@v1.2.11
34+
uses: hendrikmuhs/ccache-action@v1.2.12
3535
with:
3636
# key: ${{ matrix.os }}-${{ matrix.type }}
3737
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}

.github/workflows/build-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: ccache
37-
uses: hendrikmuhs/ccache-action@v1.2.11
37+
uses: hendrikmuhs/ccache-action@v1.2.12
3838
with:
3939
# key: ${{ matrix.os }}-${{ matrix.type }}
4040
key: ${{ matrix.msystem }}

.github/workflows/build-vs2022.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ jobs:
5050
working-directory: ${{env.GITHUB_WORKSPACE}}
5151
run:
5252
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
53-
- name: Build DEBUG emptyExample
53+
- name: Build DEBUG emptyExample
5454
working-directory: ${{env.GITHUB_WORKSPACE}}
5555
run:
5656
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
5757
- name: Build DEBUG allAddonsExample
5858
working-directory: ${{env.GITHUB_WORKSPACE}}
5959
run:
6060
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
61-
6261

63-

.github/workflows/manual-web-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
# - 'examples/**'
2323
jobs:
2424
build-web-examples:
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
2828
cfg:

0 commit comments

Comments
 (0)