Skip to content

Commit

Permalink
CI: migrate to macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 13, 2023
1 parent 718a360 commit 80222fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: artifacts/*

build-macos:
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

test-macos:
needs: build-macos
runs-on: macos-10.15
runs-on: macos-11
env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed
- **(Breaking change!)** The package now only supports macOS 11, since macOS 10 is out of support by the OS (and CI infrastructure) vendor.

## [1.8.12] - 2023-03-18
### Changed
- Update TDLib [to a commit from v1.8.12](https://github.com/tdlib/td/tree/70bee089d492437ce931aa78446d89af3da182fc).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tdlib.native

This is a project to pack [TDLib][tdlib] (the Telegram Database library) binaries built for several platforms:

- [MacOS 10.15][spec.macos] (x64) _(GitHub Actions image: `macos-10.15`)_
- [MacOS 11][spec.macos] (x64) _(GitHub Actions image: `macos-11`)_
- [Ubuntu 18.04][spec.linux] (x64) _(Docker image: `ubuntu:18.04`)_
- [Windows Server 2019][spec.windows] (x64) _(GitHub Actions image: `windows-2019`)_

Expand Down Expand Up @@ -38,7 +38,7 @@ Documentation
[nuget]: https://www.nuget.org/packages/tdlib.native/
[releases]: https://github.com/ForNeVeR/tdlib.native/releases
[spec.linux]: https://hub.docker.com/_/ubuntu
[spec.macos]: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md
[spec.windows]: https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
[spec.macos]: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md
[spec.windows]: https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md
[tdlib]: https://github.com/tdlib/td
[tdsharp]: https://github.com/egramtel/tdsharp

0 comments on commit 80222fc

Please sign in to comment.