Skip to content

Commit

Permalink
Update Docker images for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
murphyne committed Sep 20, 2024
1 parent b06359a commit c36378b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
name: Test in ${{ matrix.testMode }}
runs-on: ubuntu-latest
container: unityci/editor:2019.4.34f1-base-0
container: unityci/editor:2019.4.34f1-base-3
strategy:
matrix:
testMode:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
needs: test
name: Build tgz
runs-on: ubuntu-latest
container: unityci/editor:2019.4.34f1-base-0
container: unityci/editor:2019.4.34f1-base-3
steps:

- name: Checkout Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

publish:
runs-on: ubuntu-latest
container: unityci/editor:2019.4.34f1-base-0
container: unityci/editor:2019.4.34f1-base-3
permissions:
contents: write
steps:
Expand Down

0 comments on commit c36378b

Please sign in to comment.