Skip to content

Commit

Permalink
CI: updating container versions
Browse files Browse the repository at this point in the history
trying to fix node errors when using checkout v4
  • Loading branch information
James-Frowen committed Nov 10, 2023
1 parent c7356fa commit ad7f3ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
# available list of containers here:
# https://hub.docker.com/r/unityci/editor/tags?page=1&ordering=last_updated&name=ubuntu-2020.1.17f1-base
container: unityci/editor:ubuntu-2021.3.5f1-base-1.0.1
container: unityci/editor:ubuntu-2021.3.5f1-base-3.0.0

steps:
- name: Activate unity
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
# available list of containers here:
# https://hub.docker.com/r/unityci/editor/tags?page=1&ordering=last_updated&name=ubuntu-2020.1.17f1-base
unity_container: unityci/editor:ubuntu-2020.3.30f1-base-1.0.1
unity_container: unityci/editor:ubuntu-2020.3.30f1-base-3.0.0
cache_key: Library-2020.3.30
test_results_name: Test results 2020

Expand All @@ -33,7 +33,7 @@ jobs:
unity_license: ${{ secrets.UNITY_LICENSE_2021_3_4 }}
access_token: ${{ secrets.GITHUB_TOKEN }}
with:
unity_container: unityci/editor:ubuntu-2021.3.5f1-base-1.0.1
unity_container: unityci/editor:ubuntu-2021.3.5f1-base-3.0.0
cache_key: Library-2021.3.5
test_results_name: Test results 2021

Expand All @@ -45,7 +45,7 @@ jobs:
unity_license: ${{ secrets.UNITY_LICENSE_2021_3_4 }}
access_token: ${{ secrets.GITHUB_TOKEN }}
with:
unity_container: unityci/editor:ubuntu-2022.2.8f1-base-1.0.1
unity_container: unityci/editor:ubuntu-2022.2.8f1-base-3.0.0
cache_key: Library-2022.2.8
test_results_name: Test results 2022

Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
# available list of containers here:
# https://hub.docker.com/r/unityci/editor/tags?page=1&ordering=last_updated&name=ubuntu-2020.1.17f1-base
container: unityci/editor:ubuntu-2020.3.30f1-linux-il2cpp-1.0.1
container: unityci/editor:ubuntu-2020.3.30f1-linux-il2cpp-3.0.0

steps:
- name: Activate unity
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
# available list of containers here:
# https://hub.docker.com/r/unityci/editor/tags?page=1&ordering=last_updated&name=ubuntu-2020.1.17f1-base
container: unityci/editor:ubuntu-2020.3.30f1-base-1.0.1
container: unityci/editor:ubuntu-2020.3.30f1-base-3.0.0
env:
DOTNET_ROOT: '/opt/unity/Editor/Data/NetCore/Sdk-2.2.107'
steps:
Expand Down

0 comments on commit ad7f3ad

Please sign in to comment.