Skip to content

Commit

Permalink
[fix] MacOS 10.15는 이제 GitHub Action에서 지원하지 않아 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoons94 committed Dec 14, 2023
1 parent e79ade7 commit 72a0d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ifland_build_plugins.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build unity plugins
name: ifland_build_plugins

on:
workflow_dispatch:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
path: ./unity/Assets/Plugins/**/*
name: Unity_Plugins_V8
ios:
runs-on: macos-10.15
runs-on: macos-11.0

steps:
- uses: actions/checkout@v2
Expand All @@ -64,7 +64,7 @@ jobs:
path: ./unity/Assets/Plugins/**/*
name: Unity_Plugins_V8
osx:
runs-on: macos-10.15
runs-on: macos-11.0

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 72a0d7e

Please sign in to comment.