Skip to content

Commit 1290533

Browse files
committed
ci: update os versions to deploy
It is time to give up using the deprecated ubuntu-18.04 and macos-10.15 images. Indeed, ubuntu-18.04 has started to lead to endless "Waiting for a runner to pick up this job" status: https://github.com/orgs/community/discussions/31587 which indicates the image has been completely removed. We switch to ubuntu-20.04 and macos-11. See also: actions/runner-images#5583 actions/runner-images#6002
1 parent bd25ed3 commit 1290533

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,10 @@ jobs:
5656
include:
5757
# To maximize compatibility, we build executables on the oldest
5858
# platforms available.
59-
# NOTE: Ubuntu 18.04 and macOS 10.15 images are deprecated;
60-
# the former will be unsupported by 1 April 2023, and
61-
# the latter will be unsupported by 1 December 2022.
62-
# - https://github.com/actions/runner-images/issues/6002
63-
# - https://github.com/actions/runner-images/issues/5583
64-
- {os: ubuntu-18.04, shell: bash, bin: form}
65-
- {os: ubuntu-18.04, shell: bash, bin: tform}
66-
- {os: macos-10.15, shell: bash, bin: form}
67-
- {os: macos-10.15, shell: bash, bin: tform}
59+
- {os: ubuntu-20.04, shell: bash, bin: form}
60+
- {os: ubuntu-20.04, shell: bash, bin: tform}
61+
- {os: macos-11, shell: bash, bin: form}
62+
- {os: macos-11, shell: bash, bin: tform}
6863
# NOTE: Windows native executables have too many problems.
6964
# We include them in artifacts but not in releases.
7065
# Unfortunately, "allow-failure" is not available on GitHub Actions

0 commit comments

Comments
 (0)