mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
specify build image versions and see if it builds
This commit is contained in:
parent
9be31b4869
commit
b7bc75a83c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
files: build/libs/*
|
||||
|
||||
mac:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
path: build/libs
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user