Skip to content

Commit

Permalink
Update github actions config file, using ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Jun 11, 2024
1 parent 5ebae55 commit 21fcd3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: [push]

jobs:
Docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Build proxy
run: |
apt search mingw-w64
docker build . -t proxy:v1
docker create --name ps proxy:v1
mkdir -p build/docker
Expand Down

0 comments on commit 21fcd3c

Please sign in to comment.