Skip to content

Commit

Permalink
Pin macos CI to version 13
Browse files Browse the repository at this point in the history
Latest macos environment runs on arm and is thus
incompatible with gcc.

ChangeLog:

	* .github/workflows/ccpp.yml: Pin macos runner
	version.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
  • Loading branch information
P-E-P authored and CohenArthur committed Apr 30, 2024
1 parent fa86c37 commit ba8ce7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
CC: clang
CXX: clang++

runs-on: macos-latest
runs-on: macos-13

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

0 comments on commit ba8ce7e

Please sign in to comment.