Skip to content

Commit

Permalink
CI: use macos-13 runner
Browse files Browse the repository at this point in the history
The job was using 'macos-12' runner, which has been
deprecated. Its usage caused error and tests were
not executed.

This commit updates the workflow to use macos-13 image.

Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>
  • Loading branch information
pwrobeldev committed Dec 12, 2024
1 parent 2167a72 commit 033cde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

swift-mac:
name: Swift on MacOS
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 033cde7

Please sign in to comment.