Skip to content

Commit

Permalink
chore: Remove deprecated OSs and runners
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Jul 4, 2024
1 parent f6cb4c5 commit af14743
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/prebuild-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
image:
[
"ubuntu-24.04",
"ubuntu-23.10",
"ubuntu-22.04",
"ubuntu-20.04",
"centos-8",
"centos-7",
"amazonlinux",
]
fail-fast: false

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/prebuild-gh_envs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
"windows-2019-x86",
"windows-2022-x64",
"windows-2022-x86",
"macos-11-x64",
"macos-12-x64",
"macos-13-x64"
]
Expand Down Expand Up @@ -64,11 +63,6 @@ jobs:
triplet: "x86-windows"
mono: ""
sudo: ""
- label: "macos-11-x64"
os: "macos-11"
triplet: "x64-osx"
mono: "mono"
sudo: "sudo"
- label: "macos-12-x64"
os: "macos-12"
triplet: "x64-osx"
Expand Down

0 comments on commit af14743

Please sign in to comment.