Skip to content

Commit

Permalink
Update GHA Apt repo refs
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Dec 10, 2024
1 parent fc3b1bb commit 0abfdf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev-mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
# workaround issue with OpenSSL 3.0.2 on 22.04: https://github.com/tpoechtrager/osxcross/issues/349
# issue is fixed in 3.0.7, so grab 3.0.8 from Ubuntu 23.04
# issue is fixed in 3.0.7, so grab 3.0.13 from Ubuntu 24.04
- run: |
echo 'deb http://archive.ubuntu.com/ubuntu/ lunar main' | sudo tee -a /etc/apt/sources.list.d/lunar.list >/dev/null
echo 'deb http://archive.ubuntu.com/ubuntu/ noble main' | sudo tee -a /etc/apt/sources.list.d/noble.list >/dev/null
echo 'APT::Default-Release "jammy";' | sudo tee -a /etc/apt/apt.conf >/dev/null
sudo apt update
sudo apt -t=lunar -y install openssl
sudo apt -t=noble -y install openssl
- uses: mbround18/setup-osxcross@main # OSXCROSS_TARGET unavailable in v1.1
with:
osx-version: "12.3"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
# workaround issue with OpenSSL 3.0.2 on 22.04: https://github.com/tpoechtrager/osxcross/issues/349
# issue is fixed in 3.0.7, so grab 3.0.8 from Ubuntu 23.04
# issue is fixed in 3.0.7, so grab 3.0.13 from Ubuntu 24.04
- run: |
echo 'deb http://archive.ubuntu.com/ubuntu/ lunar main' | sudo tee -a /etc/apt/sources.list.d/lunar.list >/dev/null
echo 'deb http://archive.ubuntu.com/ubuntu/ noble main' | sudo tee -a /etc/apt/sources.list.d/noble.list >/dev/null
echo 'APT::Default-Release "jammy";' | sudo tee -a /etc/apt/apt.conf >/dev/null
sudo apt update
sudo apt -t=lunar -y install openssl
sudo apt -t=noble -y install openssl
- uses: mbround18/setup-osxcross@main # OSXCROSS_TARGET unavailable in v1.1
with:
osx-version: "12.3"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
# workaround issue with OpenSSL 3.0.2 on 22.04: https://github.com/tpoechtrager/osxcross/issues/349
# issue is fixed in 3.0.7, so grab 3.0.8 from Ubuntu 23.04
# issue is fixed in 3.0.7, so grab 3.0.13 from Ubuntu 24.04
- run: |
echo 'deb http://archive.ubuntu.com/ubuntu/ lunar main' | sudo tee -a /etc/apt/sources.list.d/lunar.list >/dev/null
echo 'deb http://archive.ubuntu.com/ubuntu/ noble main' | sudo tee -a /etc/apt/sources.list.d/noble.list >/dev/null
echo 'APT::Default-Release "jammy";' | sudo tee -a /etc/apt/apt.conf >/dev/null
sudo apt update
sudo apt -t=lunar -y install openssl
sudo apt -t=noble -y install openssl
- uses: mbround18/setup-osxcross@main # OSXCROSS_TARGET unavailable in v1.1
with:
osx-version: "12.3"
Expand Down

0 comments on commit 0abfdf1

Please sign in to comment.