Skip to content

Commit f79b15d

Browse files
authored
Merge pull request #582 from cmonr/circleci_vm_update
Update CircleCI to run on Ubuntu 14.04 LTS instead of Ubutnu 12.04 LTS
2 parents 578fa73 + f0b33c1 commit f79b15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ dependencies:
8383
- mkdir .tests
8484
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
8585
- sudo apt-get -y update
86-
- sudo apt-get -y install gcc-arm-none-eabi=4.9.3.2015q3-1precise1
86+
- sudo apt-get -y install gcc-arm-none-eabi=4.9.3.2015q3-1trusty1

0 commit comments

Comments
 (0)