Skip to content

Commit 0d4e3ca

Browse files
committed
GitHub ActionsのUbuntuバージョンを変更
1 parent 01acd8b commit 0d4e3ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
arch: x86_64
2525
- os: macos-14
2626
arch: arm64
27-
- os: ubuntu-20.04
27+
- os: ubuntu-24.04 # Unity LTSの対応バージョンに合わせておきます
2828
arch: x86_64
2929

3030
steps:

.github/workflows/check-submodule-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
check-submodule-license:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121

.github/workflows/upload-dlls-older-visual-studio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [windows-2019, macos-14, ubuntu-20.04]
23+
os: [windows-2019, macos-14, ubuntu-24.04] # UbuntuはUnity LTSの対応バージョンに合わせておきます
2424
arch: [x86_64]
2525
include:
2626
- os: macos-14
@@ -43,7 +43,7 @@ jobs:
4343
uses: ./.github/actions/upload-dll
4444
with:
4545
shell_type: ${{ (runner.os == 'Windows' && 'powershell') || 'bash' }}
46-
visual_studio_version: "16 2019"
46+
visual_studio_version: "17 2022"
4747

4848
# 2つ目のジョブ。
4949
# AndroidとiOS用にライブラリをビルド。

.github/workflows/upload-dlls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [windows-2022, macos-14, ubuntu-20.04]
26+
os: [windows-2022, macos-14, ubuntu-24.04] # UbuntuはUnity LTSの対応バージョンに合わせておきます
2727
arch: [x86_64]
2828
include:
2929
- os: macos-14

0 commit comments

Comments
 (0)