Skip to content

Commit

Permalink
actions: update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed May 19, 2024
1 parent bb01748 commit 67bb154
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ jobs:
strategy:
matrix:
build:
- macos-x86_64
- macos
- ubuntu-20.04
- ubuntu-22.04
# - ubuntu-22.04
# - windows
include:
- build: macos-x86_64
- build: macos
os: macos-latest
buildflags: --features=negotiate --config=x86_64_apple_darwin
buildflags: --features=negotiate
- build: ubuntu-20.04
os: ubuntu-20.04
buildflags: --features=negotiate
- build: ubuntu-22.04
os: ubuntu-22.04
buildflags: --features=negotiate
# - build: ubuntu-22.04
# os: ubuntu-22.04
# buildflags: --features=negotiate
# - build: windows
# os: windows-latest
# buildflags: --features=negotiate
Expand Down Expand Up @@ -142,6 +142,7 @@ jobs:
- macos-x86_64
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
# - windows
include:
- build: macos-aarch64
Expand All @@ -160,6 +161,10 @@ jobs:
os: ubuntu-22.04
buildflags: --features=negotiate
pkgfile: proxydetox-${{ needs.version.outputs.version }}-jammy_amd64.deb
- build: ubuntu-24.04
os: ubuntu-24.04
buildflags: --features=negotiate
pkgfile: proxydetox-${{ needs.version.outputs.version }}-noble_amd64.deb
# - build: windows
# os: windows-latest
# buildflags: --features=negotiate
Expand Down

0 comments on commit 67bb154

Please sign in to comment.