Skip to content

Commit de38ba6

Browse files
authored
Update main.yml
1 parent 9aeb4f2 commit de38ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Re-Build native libraries in ARM64-emulated environment
8181
if: ${{ matrix.name == 'linux' && matrix.arch == 'arm64' }}
8282
run: |
83-
docker run --rm -v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} --platform linux/${{ matrix.arch }} arm64v8/ubuntu:latest /bin/bash -c "
83+
docker run --rm -v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} --platform linux/${{ matrix.arch }} arm64v8/ubuntu:oracular /bin/bash -c "
8484
apt-get update && apt-get install ca-certificates apt-transport-https curl gnupg -yqq &&
8585
echo 'deb https://repo.scala-sbt.org/scalasbt/debian all main' | tee /etc/apt/sources.list.d/sbt.list &&
8686
echo 'deb https://repo.scala-sbt.org/scalasbt/debian /' | tee /etc/apt/sources.list.d/sbt_old.list &&

0 commit comments

Comments
 (0)